Skip to content

Commit

Permalink
Merge pull request #3137 from harehare/deployment_improvements
Browse files Browse the repository at this point in the history
💚 Deployment improvements
  • Loading branch information
harehare authored Sep 20, 2023
2 parents 76caaaa + d021832 commit 48a08d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:

deploy:
needs: branch-build
if: ${{ steps.branch-deploy.outputs.continue == 'true' }}
if: ${{ jobs.branch-deploy.outputs.continue == 'true' }}
uses: ./.github/workflows/build_and_deploy.yml
secrets: inherit
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ on:

jobs:
deploy:
environment:
name: ${{ github.event.inputs.environment }}
uses: ./.github/workflows/build_and_deploy.yml

0 comments on commit 48a08d8

Please sign in to comment.