Skip to content

Commit 20f9402

Browse files
fiz: correção temporária do deploy.
1 parent d95fc68 commit 20f9402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ssh -o ServerAliveInterval=60 -o ServerAliveCountMax=15 -i ~/.ssh/id_ed25519 root@191.252.177.252 << 'EOF'
2626
cd /github/e-commerce/
2727
git checkout deploy
28-
git pull
28+
git reset --hard origin/deploy
2929
docker-compose down -v
3030
docker-compose up -d
3131
EOF

0 commit comments

Comments
 (0)