mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-08-26 20:51:13 -05:00
Specify environment
This commit is contained in:
2
.github/workflows/deploy-frontend.yml
vendored
2
.github/workflows/deploy-frontend.yml
vendored
@@ -10,6 +10,8 @@ jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
environment: ${{ github.ref == 'refs/heads/main' && 'production' || 'development' }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user