Skip to content

Commit 7c0af5b

Browse files
committed
tigger for local vps testing
1 parent 719604f commit 7c0af5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
deploy@ssh.fazleyrabbi.xyz << 'EOF'
3737
set -e
3838
cd /var/www/app
39-
git pull origin main
39+
git fetch origin
40+
git reset --hard origin/main
4041
docker compose up -d --build
4142
docker compose exec app php artisan optimize:clear
4243
EOF

0 commit comments

Comments
 (0)