Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiorowski committed Nov 16, 2023
1 parent 859fed4 commit babbdb4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
uses: ./.github/workflows/deploy-client.yml
secrets:
SSH_KEY: ${{ secrets.SSH_KEY }}
lint-server:
uses: ./.github/workflows/lint-server.yml
deploy-server:
needs:
- lint-server
- deploy-client
uses: ./.github/workflows/deploy-server.yml
secrets:
SSH_KEY: ${{ secrets.SSH_KEY }}
lint-server:
uses: ./.github/workflows/lint-server.yml
deploy-server:
needs:
- lint-server
- deploy-client
uses: ./.github/workflows/deploy-server.yml
secrets:
SSH_KEY: ${{ secrets.SSH_KEY }}

0 comments on commit babbdb4

Please sign in to comment.