mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-21 17:24:37 -05:00
Fix a mistake
This commit is contained in:
parent
f690bfe881
commit
32c547cb8d
2
.github/workflows/deploy-frontend.yml
vendored
2
.github/workflows/deploy-frontend.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
environment: ${{ github.ref == 'refs/heads/main' && 'production' || 'development' }}
|
||||
environment: ${{ github.ref == 'refs/heads/main' && 'production' || 'staging' }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user