Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brycegoh committed Nov 4, 2023
1 parent c746da8 commit 6e54d13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
ECR_REPOSITORY: ${{ env.ECR_REPOSITORY }}
ECR_REPOSITORY_URI: ${{ env.ECR_REPOSITORY_URI }}
run: |
cp Dockerrun.aws.json Dockerrun.aws.json
cp Dockerrun.prod.aws.json Dockerrun.aws.json
sed -i "s/<ECR_REGISTRY>/$ECR_REPOSITORY_URI/g" Dockerrun.aws.json
sed -i "s/<SERVER_NAME>/$ECR_REPOSITORY/g" Dockerrun.aws.json
sed -i "s/<TAG>/firecloud_${{github.run_number}}/g" Dockerrun.aws.json
Expand Down
File renamed without changes.

0 comments on commit 6e54d13

Please sign in to comment.