Skip to content

Commit 881fbd3

Browse files
authoredSep 30, 2024··
Update production-deployment.yaml
1 parent 04079e4 commit 881fbd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/production-deployment.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
build:
99
name: Production build process
1010
runs-on: ubuntu-latest
11+
environment: production
1112
steps:
1213
- name: Set up Actions
1314
uses: actions/checkout@v3
@@ -16,6 +17,7 @@ jobs:
1617
name: Production deploy process
1718
needs: build
1819
runs-on: ubuntu-latest
20+
environment: production
1921
steps:
2022
- name: Production server access via SSH access
2123
uses: appleboy/ssh-action@master

0 commit comments

Comments
 (0)
Please sign in to comment.