Skip to content

Commit 3b2e80a

Browse files
committed
update workflow
1 parent 5532bb9 commit 3b2e80a

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
@@ -40,6 +40,5 @@ jobs:
4040
key: ${{ secrets.SSH_PRIVATE_KEY_EC2 }}
4141
script: |
4242
aws ecr get-login-password --region ${{ secrets.AWS_REGION }} | docker login --username AWS --password-stdin ${{ secrets.ECR_REPO }}
43-
cd /home/ubuntu/myapp
4443
docker-compose pull
4544
docker-compose up -d --force-recreate

0 commit comments

Comments
 (0)