Skip to content

Commit

Permalink
update location of dir in ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
dreth committed Nov 5, 2024
1 parent 2f1fdbb commit 7a004d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
--targets "Key=instanceids,Values=${{ env.INSTANCE_ID }}" \
--parameters '{
"commands":[
"cd /home/ubuntu/hbd",
"cd /home/ubuntu/docker/hbd",
"sudo git pull",
"aws ecr get-login-password --region ${{ secrets.AWS_REGION }} | docker login --username AWS --password-stdin ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com",
"docker pull ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/hbd:latest",
Expand Down

0 comments on commit 7a004d1

Please sign in to comment.