Skip to content

Commit 7559d93

Browse files
ARC-036: Fix environment issues (#8)
Co-authored-by: israel.aristide <israel.aristide@plusgrade.com>
1 parent 5fb069c commit 7559d93

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/aws-deploy-stg.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
ECR_REPOSITORY: "arc-api-repo"
5050
IMAGE_TAG: ${{ github.sha }}
5151
MONGODB_URI: ${{ secrets.MONGODB_URI }}
52+
PORT: ${{ secrets.PORT }}
53+
UNITY_DEBUG: ${{ secrets.UNITY_DEBUG }}
54+
UNITY_BASE_URI: ${{ secrets.UNITY_BASE_URI }}
55+
UNITY_API_BASE_URI: ${{ secrets.UNITY_API_BASE_URI }}
56+
USE_HTTPS: ${{ secrets.USE_HTTPS }}
5257
run: |
5358
# Build a docker container and
5459
# push it to ECR so that it can

0 commit comments

Comments
 (0)