This commit is contained in:
2026-06-22 21:04:44 +02:00
parent 3931473799
commit c4cababe98
5 changed files with 37 additions and 0 deletions
+2
View File
@@ -21,6 +21,8 @@ jobs:
key: ${{ secrets.VPS_SSH_KEY }}
port: 22
script: |
set -e
# Pull latest changes
cd /home/agres/website
git pull origin main