Skip to content

Commit

Permalink
Test database anonymizer in Development environment (#282)
Browse files Browse the repository at this point in the history
These changes let us test deploy of the database-anonymizer in the
Development environment.

Co-authored-by: roman-stolar <[email protected]>
  • Loading branch information
roninzp and roman-stolar authored Jul 12, 2024
1 parent 0e32d22 commit aa99ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:

- name: Build and push Database Anonymizer Docker image to ECR for ${{ vars.ENV_NAME }}
uses: docker/build-push-action@v2
if: ${{ steps.get_env_name.outputs.lowercase == 'production' }}
if: ${{ steps.get_env_name.outputs.lowercase == 'development' }}
with:
context: deployment/terraform/database_anonymizer_sheduled_task/docker
file: deployment/terraform/database_anonymizer_sheduled_task/docker/Dockerfile
Expand Down

0 comments on commit aa99ff8

Please sign in to comment.