mirror of
https://github.com/snowykami/web-tools.git
synced 2025-09-01 00:36:23 +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
|
||||
|
||||
concurrency:
|
||||
group: docker-build
|
||||
cancel-in-progress: false
|
||||
group: deploy
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
CONTAINER_TAG: reg.liteyuki.org/snowykami/web-tools:latest
|
||||
CONTAINER_NAME: web-tools
|
||||
CONTAINER_OPTIONS: --network liteyuki-network --network liteyuki6-network
|
||||
CONTAINER_OPTIONS: --network liteyuki-network --network liteyuki6-network --restart unless-stopped
|
||||
|
||||
jobs:
|
||||
build-and-push-and-deploy:
|
||||
|
Reference in New Issue
Block a user