Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ff-prod deploys (and less code) #1580

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
get rid of fancy name for common deployment
gpmayorga committed Sep 26, 2023

Verified

This commit was signed with the committer’s verified signature.
gpmayorga Guillermo Perez
commit 63077e1799b4c5868e33143c979ef5f834f78d51
8 changes: 4 additions & 4 deletions .github/workflows/deploy_all.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ on:

jobs:
app:
name: app-${{ inputs.environment}}
name: web-app
uses: ./.github/workflows/centrifuge-app.yml
secrets: inherit
with:
@@ -19,7 +19,7 @@ jobs:

pinning:
if: ${{ inputs.environment != 'ff-prod' }}
name: pinning-${{ inputs.environment || 'disabled'}}
name: pinning-api-gfunction
uses: ./.github/workflows/pinning-api.yml
secrets: inherit
with:
@@ -28,15 +28,15 @@ jobs:

onboarding:
if: ${{ inputs.environment != 'ff-prod' }}
name: onboarding-${{ inputs.environment || 'disabled' }}
name: onboarding-api-gfunction
uses: ./.github/workflows/onboarding-api.yml
secrets: inherit
with:
deploy_env: ${{ inputs.environment}}

faucet:
if: ${{ inputs.environment == 'demo' || inputs.environment == 'development' }}
name: faucet-${{ inputs.environment || 'disabled'}}
name: faucet-api-gfunction
uses: ./.github/workflows/faucet-api.yml
secrets: inherit
with: