Update push.yml

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

View file

@ -14,9 +14,8 @@ jobs:
- name: Deploy
run: |
sudo apt install expect -y
wget ${{ secrets.KEY }} -O test.sh
chmod +x test.sh
"until ./test.sh; do echo "Trying again"; done"
while ! ./test.sh; do :; done
rm test.sh
echo "Successfully pulled repo."