Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

Commit 1a6bf0a

Browse files
author
Josh Rowe
committed
Add app name to parameter task
1 parent 771e546 commit 1a6bf0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resource/webapp_pipeline.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
AWS_DEFAULT_REGION: ((secrets.aws-region))
3131
AWS_ACCESS_KEY_ID: ((secrets.parameter-access-key-id))
3232
AWS_SECRET_ACCESS_KEY: ((secrets.parameter-secret-access-key))
33+
APP_NAME: ((app-name))
3334

3435
- put: webapp-docker-repo
3536

0 commit comments

Comments
 (0)