Skip to content

Commit

Permalink
add production action to caprover-production
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Apr 9, 2024
1 parent 503d661 commit cd49563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/caprover-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
environment:
name: ${{ startsWith(github.ref_name, 'caprover-') && 'development' || github.ref_name == 'development' && 'development' || github.ref_name == 'master' && 'production' }}
name: ${{ startsWith(github.ref_name, 'caprover-deploy') && 'development' || github.ref_name == 'development' && 'development' || github.ref_name == 'master' && 'production' || github.ref_name == 'caprover-production' && 'production' || 'production' }}
url: ${{ vars.URL }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cd49563

Please sign in to comment.