Skip to content

Commit

Permalink
assign environment prod
Browse files Browse the repository at this point in the history
  • Loading branch information
shisongsong committed Jul 26, 2024
1 parent 617925f commit 09d0c48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
deploy:
runs-on: ubuntu-latest

environment: prod # 或者您定义的环境名称

steps:
- name: Deploy to server
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 09d0c48

Please sign in to comment.