Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
We are independent of the individual workflow runs.
  • Loading branch information
mzagaja authored Oct 18, 2023
1 parent 5bc251a commit c484c08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Deploy

on:
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows
workflow_dispatch:
release:
types: [published]

Expand All @@ -13,15 +12,13 @@ env:
jobs:
deploy-server:
uses: ./.github/workflows/deploy.yml
needs: [test-backend]
with:
app: bhpa-backend
context: backend
port: 3000
secrets: inherit
deploy-website:
uses: ./.github/workflows/deploy.yml
needs: [test-ui]
with:
app: bhpa-frontend
context: frontend/front
Expand Down

0 comments on commit c484c08

Please sign in to comment.