Skip to content

Commit

Permalink
fix: use UK cert
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihendry committed Nov 27, 2023
1 parent ff48db4 commit 86a16bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
STACK = days
VERSION = "0.3"
VERSION = $(shell git rev-parse --abbrev-ref HEAD)-$(shell git rev-parse --short HEAD)
SAM_CLI_TELEMETRY=0


.PHONY: build deploy validate destroy

DOMAINNAME = days.dabase.com
ACMCERTIFICATEARN = arn:aws:acm:ap-southeast-1:407461997746:certificate/87b0fd84-fb44-4782-b7eb-d9c7f8714908
ACMCERTIFICATEARN = arn:aws:acm:eu-west-2:407461997746:certificate/9083a66b-72b6-448d-9bce-6ee2e2e52e36


deploy:
sam build
Expand Down

0 comments on commit 86a16bb

Please sign in to comment.