Skip to content

Commit

Permalink
🔀 :: (#92) workflow environment 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leeseojune53 authored Jun 5, 2022
1 parent f5f06f0 commit 48b0244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prod-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:

jobs:
build:
environment: prod
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stag-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:

jobs:
build:
environment: stag
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 48b0244

Please sign in to comment.