Skip to content

Commit

Permalink
Triggers param
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 25, 2024
1 parent 7aedc26 commit 3bb64a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/.deployer-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ jobs:
if: steps.triggers.outputs.triggered == 'true' && inputs.s3_enabled
shell: bash
run: |
echo "inputs.s3_enabled: ${{ inputs.s3_enabled }}"
echo "steps.triggers.outputs.triggered == 'true' && inputs.s3_enabled"
echo "=> ${{ steps.triggers.outputs.triggered == 'true' && inputs.s3_enabled }}"
echo "S3 ie enabled for backups, checking for mandatory secrets"
if [ ! "${{ secrets.s3_access_key }}" ]; then
echo "S3 access key not found"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/.deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,4 @@ jobs:
oc_token: ${{ secrets.OC_TOKEN }}
with:
environment: ${{ inputs.environment }}
triggers: ${{ inputs.triggers }}
1 change: 1 addition & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
--set global.autoscaling=true
--set frontend.pdb.enabled=true
--set backend.pdb.enabled=true

promote:
name: Promote Images
needs: [deploy-prod, vars]
Expand Down

0 comments on commit 3bb64a9

Please sign in to comment.