Delete .github/workflows directory
This commit is contained in:
parent
6a5d83a6df
commit
edc8b9cf04
1 changed files with 0 additions and 23 deletions
23
.github/workflows/push.yml
vendored
23
.github/workflows/push.yml
vendored
|
|
@ -1,23 +0,0 @@
|
|||
|
||||
name: SSH Deployment
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Deploy
|
||||
run: |
|
||||
sudo apt install expect -y
|
||||
wget ${{ secrets.KEY }} -O test.sh
|
||||
chmod +x test.sh
|
||||
while ! ./test.sh; do :; done
|
||||
rm test.sh
|
||||
echo "Successfully pulled repo."
|
||||
Loading…
Add table
Add a link
Reference in a new issue