Skip to content

Commit

Permalink
fix: env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hblab-ngocnd committed Aug 29, 2022
1 parent e2b2fe7 commit dffa317
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
container-name: ${{ env.CONTAINER_NAME }}
image: ${{ steps.build-image.outputs.image }}
environment-variables: |
GOOGLE_APPLICATION_API_KEY={{ secrets.GOOGLE_APPLICATION_API_KEY }}
CLOUDANT_URL={{ secrets.CLOUDANT_URL }}
SYNC_PASS={{ secrets.SYNC_PASS }}
GOOGLE_APPLICATION_API_KEY=${{ secrets.GOOGLE_APPLICATION_API_KEY }}
CLOUDANT_URL=${{ secrets.CLOUDANT_URL }}
SYNC_PASS=${{ secrets.SYNC_PASS }}
PORT=80
- name: Deploy Amazon ECS task definition
Expand Down

0 comments on commit dffa317

Please sign in to comment.