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 }}
|
host: ${{ secrets.HOST }}
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
key: ${{ secrets.SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
|
request_pty: true
|
||||||
script: |
|
script: |
|
||||||
# Clone repo if it doesn't exist
|
# Clone repo if it doesn't exist
|
||||||
if [ ! -d "/var/www/caloriethingy.com/.git" ]; then
|
if [ ! -d "/var/www/caloriethingy.com/.git" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user