Merge pull request #21 from HideyoshiNakazone/fixes-ci/cd-branches
Fixes Branches and CI/CD Environments
This commit is contained in:
2
.github/workflows/deploy-prod.yml
vendored
2
.github/workflows/deploy-prod.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
environment: staging
|
||||
environment: main
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
2
.github/workflows/deploy-staging.yml
vendored
2
.github/workflows/deploy-staging.yml
vendored
@@ -3,7 +3,7 @@ name: remote ssh command
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "staging"
|
||||
- staging
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user