Skip to content

Commit 1f33d45

Browse files
committed
fix url
1 parent 0549684 commit 1f33d45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-sandbox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
CFN_TEMPLATES_BUCKET: firetail-sandbox-us-east-1-cf-templates
88
CFN_TEMPLATES_BUCKET_REGION: us-east-1
99
APP_NAME: aws-appsync-logging-lambda
10-
SEMANTIC_VERSION: 1.2.2
10+
SEMANTIC_VERSION: 1.2.3
1111
name: Deploy to Sandbox
1212
run-name: "@${{ github.triggering_actor }}: ${{ github.ref_name }}: ${{ github.event_name }}"
1313
on:

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Resources:
3737
Timeout: 60
3838
Environment:
3939
Variables:
40-
FIRETAIL_API:
40+
FIRETAIL_API_URL:
4141
Ref: FTAPI
4242
FIRETAIL_APP_TOKEN:
4343
Ref: FTAPPKEY

0 commit comments

Comments
 (0)