Skip to content

Commit 8cec2f7

Browse files
committed
add deploy env details to deploy workflow
1 parent ffec3c7 commit 8cec2f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ on:
88
branches:
99
- master
1010

11+
concurrency:
12+
group: production
13+
cancel-in-progress: true
14+
1115
jobs:
1216
deploy:
1317
name: Deploy Bot
1418
runs-on: 'ubuntu-latest'
19+
environment: production
20+
concurrency: production
1521
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
1622
steps:
1723
- name: SSH Remote Commands

0 commit comments

Comments
 (0)