Skip to content

Commit

Permalink
ci: fix function name in workflow (#250)
Browse files Browse the repository at this point in the history
* ci: fix function name in workflow

* chore: small change to trigger the image build
  • Loading branch information
daine authored Dec 7, 2023
1 parent 0b53073 commit 005adbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
AWS_REGION: ca-central-1
FUNCTION_PREFIX: gcds-api
FUNCTION_PREFIX: gc-design-system
GITHUB_SHA: ${{ github.sha }}
REGISTRY: 307395567143.dkr.ecr.ca-central-1.amazonaws.com/gc-design-system

Expand Down
2 changes: 1 addition & 1 deletion api/src/.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
EMAIL_TARGET=contact-email
EMAIL_TARGET=email-address-to-send-contact-form-to
NOTIFY_API_KEY=notify-api-key
NOTIFY_TEMPLATE_ID=notify-template-id

0 comments on commit 005adbb

Please sign in to comment.