mirror of
https://github.com/snowykami/web-tools.git
synced 2025-09-04 05:16:26 +00:00
feat: 更新部署工作流,调整并发组名称和容器选项
Some checks failed
Build and Push Container Image, Deploy to Host / build-and-push-and-deploy (push) Failing after 1m43s
Some checks failed
Build and Push Container Image, Deploy to Host / build-and-push-and-deploy (push) Failing after 1m43s
This commit is contained in:
@ -21,13 +21,13 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: docker-build
|
group: deploy
|
||||||
cancel-in-progress: false
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CONTAINER_TAG: reg.liteyuki.org/snowykami/web-tools:latest
|
CONTAINER_TAG: reg.liteyuki.org/snowykami/web-tools:latest
|
||||||
CONTAINER_NAME: web-tools
|
CONTAINER_NAME: web-tools
|
||||||
CONTAINER_OPTIONS: --network liteyuki-network --network liteyuki6-network
|
CONTAINER_OPTIONS: --network liteyuki-network --network liteyuki6-network --restart unless-stopped
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-and-deploy:
|
build-and-push-and-deploy:
|
||||||
|
Reference in New Issue
Block a user