infra: fix deploy-rs + collabora container #256

Merged
b12f merged 4 commits from infra-fix-deploy-collabora into infra 2023-10-13 09:26:44 +00:00
Showing only changes of commit c6675e75a6 - Show all commits

View file

@ -76,6 +76,7 @@
dependsOn = ["drone-db"];
extraOptions = [
"--network=drone-net"
"--pull=always"
];
environment = {
DRONE_GITEA_SERVER = "https://git.pub.solar";
@ -98,6 +99,7 @@
dependsOn = ["drone-db"];
extraOptions = [
"--network=drone-net"
"--pull=always"
];
environment = {
DRONE_RPC_HOST = "ci.pub.solar";