Skip to content

Commit

Permalink
cd slave fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliaxie committed Jul 26, 2023
1 parent 318c96a commit 9efdf0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
uses: ./.github/workflows/cd-slave.yaml
with:
docker_image_tag: ${{needs.build.outputs.docker_image_tag}}
app: newbot-dev
app: newbot
environment: dev
secrets:
CD_DEPLOY_KEY: ${{ secrets.CD_DEPLOY_KEY }}

Expand All @@ -64,6 +65,7 @@ jobs:
uses: ./.github/workflows/cd-slave.yaml
with:
docker_image_tag: ${{needs.build.outputs.docker_image_tag}}
app: newbot-prod
app: newbot
environment: prod
secrets:
CD_DEPLOY_KEY: ${{ secrets.CD_DEPLOY_KEY }}

0 comments on commit 9efdf0e

Please sign in to comment.