Skip to content

Commit

Permalink
readded url
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-wu1 committed Jul 11, 2024
1 parent 9236e4b commit 25fa972
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ jobs:
--build-arg CLIENT_URL="${{ secrets.CLIENT_URL }}" \
--build-arg OAUTH_REDIRECT_URI="${{ secrets.OAUTH_REDIRECT_URI }}" \
--build-arg AWS_SQS_URL="${{ secrets.AWS_SQS_URL }}" \
--build-arg MESSAGE_BROKER="aws_sqs" \
--build-arg CELERY_RESULT_BACKEND_URL="${{ secrets.CELERY_RESULT_BACKEND_URL }}" \
--build-arg CELERY_RESULT_BACKEND_PORT="${{ secrets.CELERY_RESULT_BACKEND_PORT }}" \
--build-arg MESSAGE_BROKER="aws_sqs" \
--target production \
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
Expand Down Expand Up @@ -219,8 +219,9 @@ jobs:
--build-arg CLIENT_URL="${{ secrets.CLIENT_URL }}" \
--build-arg OAUTH_REDIRECT_URI="${{ secrets.OAUTH_REDIRECT_URI }}" \
--build-arg AWS_SQS_URL="${{ secrets.AWS_SQS_URL }}" \
--build-arg MESSAGE_BROKER="aws_sqs" \
--build-arg CELERY_RESULT_BACKEND_URL="${{ secrets.CELERY_RESULT_BACKEND_URL }}" \
--build-arg CELERY_RESULT_BACKEND_PORT="${{ secrets.CELERY_RESULT_BACKEND_PORT }}" \
--build-arg MESSAGE_BROKER="aws_sqs" \
--target prodworker \
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
Expand Down

0 comments on commit 25fa972

Please sign in to comment.