Skip to content

Commit 583df77

Browse files
committed
add environments
1 parent 5dfa4d7 commit 583df77

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
deploy:
10+
environment: production
1011
runs-on: ubuntu-latest
1112

1213
steps:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
deploy:
9+
environment: development
910
runs-on: ubuntu-latest
1011

1112
steps:

0 commit comments

Comments
 (0)