Skip to content

Commit

Permalink
[main.yml] Add S3 creds for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadIsmailShahzad authored Nov 7, 2023
1 parent 4def7f8 commit 5aed3ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
--build-arg NEXTAUTH_SECRET=${{ secrets.DEV_FRONTEND_NEXTAUTH_SECRET }} \
--build-arg NEXTAUTH_URL=${{ secrets.DEV_FRONTEND_NEXTAUTH_URL }} \
--build-arg CKAN_URL=${{ secrets.DEV_FRONTEND_CKAN_URL }} \
--build-arg S3_ACCESS_KEY_ID=${{ secrets.DEV_S3_ACCESS_KEY_ID }} \
--build-arg S3_SECRET_KEY_ID=${{ secrets.DEV_S3_SECRET_KEY_ID }} \
--build-arg S3_BUCKET_NAME=${{ secrets.DEV_S3_BUCKET_NAME }} \
--build-arg S3_BUCKET_REGION=${{ secrets.DEV_S3_BUCKET_REGION }} \
deployment/frontend
docker push $REGISTRY/$FRONTEND_REPO:$IMAGE_TAG
- name: Set up Docker Containers
Expand Down

0 comments on commit 5aed3ab

Please sign in to comment.