Skip to content

Commit

Permalink
Pass AWS env vars to docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed May 21, 2024
1 parent f2daeac commit 917672b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,12 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: us-west-2
AWS_REGION: us-west-2
shell: bash
run: |
docker image pull kspckan/netkan
for CONTAINER in InflatorKsp InflatorKsp2
do
docker run kspckan/netkan redeploy-service --cluster NetKANCluster --service-name $CONTAINER
docker run -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_DEFAULT_REGION kspckan/netkan redeploy-service --cluster NetKANCluster --service-name $CONTAINER
done
upload-metadata-tester:
Expand Down

0 comments on commit 917672b

Please sign in to comment.