Skip to content

Commit

Permalink
Auto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Apr 3, 2024
1 parent e315da0 commit d18b0e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,14 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max


deploy:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
needs: [build-image]
runs-on: ubuntu-latest
environment:
name: render
url: "https://tzf-server.ringsaturn.me"
steps:
- run: curl "${{ secrets.RENDER_DEPLOY_HOOK }}"

0 comments on commit d18b0e9

Please sign in to comment.