mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-08-27 04:54:04 -05:00
Fix a mistake
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user