Deploy.yml edited
Some checks failed
Deploy / deploy (push) Failing after 0s

This commit is contained in:
Benny
2026-04-23 13:58:58 -05:00
parent 6c7c7aa3b6
commit fe60feb7ca

View File

@@ -10,11 +10,9 @@ jobs:
runs-on: vps-host
steps:
- name: Deploy
env:
APP_DIR: ${{ secrets.APP_DIR }}
run: |
set -e
cd "$APP_DIR"
cd /var/www/bennysblog
git pull origin main