Skip to content

Commit

Permalink
chore(ci): add S3 key for TEST and PROD (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored May 3, 2024
1 parent f5fe845 commit 142f690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
parameters:
-p ZONE=test -p NAME=${{ github.event.repository.name }}
-p PROMOTE=${{ github.repository }}/${{ matrix.name }}:${{ needs.vars.outputs.pr }}
-p S3_SECRETKEY=${{ secrets.S3_SECRETKEY }}
${{ matrix.parameters }}
verification_path: ${{ matrix.verification_path }}

Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
parameters:
-p ZONE=prod -p NAME=${{ github.event.repository.name }}
-p PROMOTE=${{ github.repository }}/${{ matrix.name }}:${{ needs.vars.outputs.pr }}
-p S3_SECRETKEY=${{ secrets.S3_SECRETKEY }}
${{ matrix.parameters }}
verification_path: ${{ matrix.verification_path }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
-p PROMOTE=${{ github.repository }}/${{ matrix.name }}:${{ github.event.number }}
-p VITE_QUESTIONS_API_KEY=${{ secrets.VITE_QUESTIONS_API_KEY }}
-p MIN_REPLICAS=1 -p MAX_REPLICAS=2 ${{ matrix.parameters }}
-p S3_BUCKETNAME=${{ secrets.S3_BUCKETNAME }}
-p S3_SECRETKEY=${{ secrets.S3_SECRETKEY }}
triggers: ${{ matrix.triggers }}
verification_path: ${{ matrix.verification_path }}
Expand Down

0 comments on commit 142f690

Please sign in to comment.