Skip to content

Commit

Permalink
feat: Add production environment configuration for CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Jul 12, 2024
1 parent b652995 commit e67356f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/node'

environment:
name: production
url: https://commit.jaw.dev/

steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit e67356f

Please sign in to comment.