Skip to content

Commit

Permalink
feat: start auto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bbb169 committed Oct 20, 2023
1 parent d9289c9 commit 54d3fd0
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: deploy pvp-texas-porker-node-serve

# on:
# push:
# branches:
# - "master" # 针对 main 分支
# paths:
# - ".github/workflows/*"
# - "src/**"
# - "bin/*"
# - "controller/**"
# - "database/**"
# - "routes/**"
# - "types/**"
# - "utils/**"
# - "views/**"
# - "package.json"
# - "ecosystem.config.js"
# - ".env"
on:
push:
branches:
- "master" # 针对 main 分支
paths:
- ".github/workflows/*"
- "src/**"
- "bin/*"
- "controller/**"
- "database/**"
- "routes/**"
- "types/**"
- "utils/**"
- "views/**"
- "package.json"
- "ecosystem.config.js"
- ".env"

jobs:
deploy:
Expand Down

0 comments on commit 54d3fd0

Please sign in to comment.