Skip to content

Commit

Permalink
add more ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Oct 9, 2023
1 parent 6eac22b commit 60c53a7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,26 @@ jobs:
PROJECT: "auto-gold-bits"
DOCKERFILE: "./apps/auto-gold-bits/Dockerfile"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

deploy-authproxy:
needs: docker-authproxy
name: "Deploy docker authproxy"
environment: Publish
runs-on: ubuntu-latest
steps:
- run: echo "Hi, mom!"

deploy-auto-gold-bits:
needs: docker-auto-gold-bits
name: "Deploy docker auto-gold-bits"
environment: Publish
runs-on: ubuntu-latest
steps:
- run: echo "Hi, mom!"

publish-announcement:
needs: [rush-publish, deploy-authproxy, deploy-auto-gold-bits]
name: "Successful publish announcement"
runs-on: ubuntu-latest
steps:
- run: echo "Hi, mom!"

0 comments on commit 60c53a7

Please sign in to comment.