Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
k4mien committed Jan 26, 2024
1 parent dc0236a commit ba9546a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ jobs:
aws configure set aws_access_key_id "${{ secrets.AWS_ACCESS_KEY_ID }}"
aws configure set aws_secret_access_key "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
aws configure set region "${{ secrets.AWS_REGION }}"
aws ecr get-login-password
# docker login -u $USERNAME -p $(aws ecr get-login-password) $ECR_REGISTRY
docker login -u AWS -p $(aws ecr get-login-password) $ECR_REGISTRY
cd ~/.deploy/djs/
docker compose -f compose-prod-aws.yml pull
docker compose -f compose-prod-aws.yml up -d

0 comments on commit ba9546a

Please sign in to comment.