1
0
Fork 0
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:
Nebel 2023-07-08 20:26:15 +09:00 committed by GitHub
parent 9c8a1dd7ae
commit dda81457a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
name: deploy
concurrency: fogtype.com
on:
push:
branches: [main]