Skip to content

Commit

Permalink
ci: deploy to the production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-secrist committed Jan 6, 2025
1 parent 55c39c1 commit 47517d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
release:
name: Release
needs: build-documents
environment:
name: production
url: https://secrist.dev/about/resume
if: github.ref_name == 'main'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 47517d9

Please sign in to comment.