CI: Always use the git repository as source.
Deploy PHP App / deploy (push) Successful in 2m10s

Signed-off-by: Willy Sudiarto Raharjo <willysr@staff.ukdw.ac.id>
This commit is contained in:
2026-08-27 07:59:00 +07:00
parent 7549d26ea1
commit fea10b6bd9
+2 -1
View File
@@ -22,4 +22,5 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }} key: ${{ secrets.SSH_PRIVATE_KEY }}
script: | script: |
cd /home/willysr/public_html cd /home/willysr/public_html
git pull origin master git fetch origin master
git reset --hard origin/master