mirror of
https://github.com/mautrix/whatsapp.git
synced 2025-03-14 14:15:38 +00:00
Re-enable deployNext in CI
This commit is contained in:
parent
146efa9e94
commit
d05a79d843
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ build docker amd64:
|
|||
bridge: env.BEEPER_BRIDGE_TYPE,
|
||||
image: "\(env.CI_REGISTRY_IMAGE):\(env.CI_COMMIT_SHA)-amd64",
|
||||
channel: "INTERNAL",
|
||||
deployNext: false
|
||||
deployNext: true
|
||||
}
|
||||
' | curl "$BEEPER_PROD_ADMIN_API_URL" -H "Content-Type: application/json" -d @-
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue