mirror of
https://github.com/kou029w/fogtype.com
synced 2025-01-18 08:05:02 +00:00
set concurrency
デプロイ失敗を防ぐ目的 同じタイミングで複数のプロセスがdocker compose upを実行したとき次のようなエラーになる > Error response from daemon: Renaming a container with the same name as its current name
This commit is contained in:
parent
9c8a1dd7ae
commit
dda81457a1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: deploy
|
||||
concurrency: fogtype.com
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
|
Loading…
Add table
Reference in a new issue