Skip to content

Commit 4e14763

Browse files
committed
fix: remove git pull (EC2 /app is not a git repo)
1 parent 4c4d206 commit 4e14763

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ jobs:
2626
key: ${{ secrets.EC2_KEY }}
2727
script: |
2828
cd ~/app
29-
git pull origin main
3029
docker compose down
3130
docker compose up -d --build

0 commit comments

Comments
 (0)