Update push.yml

This commit is contained in:
MattTheTekie 2024-03-09 18:27:18 -05:00 committed by GitHub
commit 24600f9683
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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