Skip to content

Commit aa0d7b1

Browse files
committed
chore(cd): add production environment to GitHub Actions deployment
1 parent 560a1d5 commit aa0d7b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
runs-on: ubuntu-latest
7373
needs: build-and-push
7474
if: ${{ secrets.SSH_HOST != '' && secrets.SSH_USER != '' && secrets.SSH_PRIVATE_KEY != '' }}
75+
environment: production
7576
steps:
7677
- uses: actions/checkout@v4
7778

0 commit comments

Comments
 (0)