Skip to content

Commit

Permalink
Modify github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgrsc committed Oct 14, 2024
1 parent 9924eb2 commit 774971b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main-bpd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
- releases/**
tags:
- 'v*'

jobs:
build-push-deploy:
Expand Down Expand Up @@ -62,4 +65,4 @@ jobs:
username: ${{ secrets.MAIN_SSH_USER }}
key: ${{ secrets.MAIN_ID_RSA }}
script: |
compose-operation -p ${{ secrets.MAIN_DEPLOY_PATH }}
cpman -p ${{ secrets.MAIN_DEPLOY_PATH }}
5 changes: 4 additions & 1 deletion .github/workflows/test-bpd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- test
- releases/**
tags:
- 'v*'

jobs:
build-push-deploy:
Expand Down Expand Up @@ -51,4 +54,4 @@ jobs:
username: ${{ secrets.TEST_SSH_USER }}
key: ${{ secrets.TEST_ID_RSA }}
script: |
compose-operation -p ${{ secrets.TEST_DEPLOY_PATH }}
cpman -p ${{ secrets.TEST_DEPLOY_PATH }}
Binary file added src/public/model/doubao.webp
Binary file not shown.

0 comments on commit 774971b

Please sign in to comment.