mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-14 17:33:48 +01:00
ci: automatically update both STABLE and NIGHTLY on dev environment
This commit is contained in:
parent
2c68ccc0a3
commit
8e2077b9ae
1 changed files with 9 additions and 0 deletions
|
@ -70,6 +70,15 @@ build docker amd64:
|
||||||
}
|
}
|
||||||
' | curl "$BEEPER_DEV_ADMIN_API_URL" -H "Content-Type: application/json" -d @-
|
' | curl "$BEEPER_DEV_ADMIN_API_URL" -H "Content-Type: application/json" -d @-
|
||||||
|
|
||||||
|
jq -n '
|
||||||
|
{
|
||||||
|
password: env.BEEPER_DEV_ADMIN_NIGHTLY_PASS,
|
||||||
|
bridge: env.BEEPER_BRIDGE_TYPE,
|
||||||
|
image: "\(env.CI_REGISTRY_IMAGE):\(env.CI_COMMIT_SHA)-amd64",
|
||||||
|
channel: "NIGHTLY"
|
||||||
|
}
|
||||||
|
' | curl "$BEEPER_DEV_ADMIN_API_URL" -H "Content-Type: application/json" -d @-
|
||||||
|
|
||||||
jq -n '
|
jq -n '
|
||||||
{
|
{
|
||||||
password: env.BEEPER_PROD_ADMIN_NIGHTLY_PASS,
|
password: env.BEEPER_PROD_ADMIN_NIGHTLY_PASS,
|
||||||
|
|
Loading…
Reference in a new issue