Skip to content

Commit

Permalink
Update wunderDb CI/CD Workflows #138
Browse files Browse the repository at this point in the history
Merge pull request #138 from TanmoySG/fix-workflow-2
  • Loading branch information
TanmoySG authored Aug 6, 2023
2 parents 81c1dde + 20524a1 commit 5501c97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/fly-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
- run: echo "Deployed tag ${{ github.ref_name }} to Fly.io!"
8 changes: 7 additions & 1 deletion .github/workflows/wdb-tag-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,10 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GH_PUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PUB_TOKEN }}

post-run:
needs: ["ghrc-publish"]
runs-on: ubuntu-latest
steps:
- run: echo "Tag ${{ github.ref_name }} Published!"

0 comments on commit 5501c97

Please sign in to comment.