Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Production / deploy (push) Failing after 12s
Some checks failed
Deploy to Production / deploy (push) Failing after 12s
This commit is contained in:
@@ -15,6 +15,7 @@ jobs:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
request_pty: true
|
||||
script: |
|
||||
# Clone repo if it doesn't exist
|
||||
if [ ! -d "/var/www/caloriethingy.com/.git" ]; then
|
||||
|
||||
Reference in New Issue
Block a user