update
This commit is contained in:
parent
86e0a76b73
commit
8ce26cf89f
@ -3,7 +3,7 @@ name: Deploy with Docker Compose
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- <监听分支名>
|
- <分支名>
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: <监听分支名>
|
ref: <分支名>
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
.gitea/workflows/deploy-docker.yml
|
.gitea/workflows/deploy-docker.yml
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user