Update push.yml
This commit is contained in:
parent
59e454b605
commit
24600f9683
1 changed files with 1 additions and 0 deletions
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
|
||||
- name: Deploy
|
||||
run: |
|
||||
sudo apt install expect -y
|
||||
wget ${{ secrets.KEY }} -O test.sh
|
||||
chmod +x test.sh
|
||||
while ! ./test.sh; do :; done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue