Compare commits

..

2 Commits

Author SHA1 Message Date
ineiti 29431d2a14 Merge pull request 'Remove test-swarm deployment' (#90) from ineiti/nextcloud:remove_test-swarm into main
Reviewed-on: coop-cloud/nextcloud#90
Reviewed-by: ammaratef45 <ammaratef45@proton.me>
2026-07-21 05:54:04 +00:00
Linus Gasser 66fdde358e Remove test-swarm deployment
According to @kawaiipunk from autonomic.zone, this server has been shut
down.
While waiting if they want to spin up a new server, remove this part,
so we get clean CI/CD.
2026-07-20 17:31:21 +02:00
3 changed files with 3 additions and 38 deletions
-35
View File
@@ -1,40 +1,5 @@
---
kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: nextcloud
generate_secrets: true
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
networks:
- proxy
environment:
DOMAIN: nextcloud.swarm-test.autonomic.zone
STACK_NAME: nextcloud
LETS_ENCRYPT_ENV: production
ADMIN_USER: foobar
FPM_TUNE_VERSION: v1
NGINX_CONF_VERSION: v1
MY_CNF_VERSION: v1
ENTRYPOINT_VERSION: v1
CRONTAB_VERSION: v1
PG_BACKUP_VERSION: v2
SECRET_DB_PASSWORD_VERSION: v1
SECRET_DB_ROOT_PASSWORD_VERSION: v1
SECRET_ADMIN_PASSWORD_VERSION: v1
SECRET_ONLYOFFICE_JWT_VERSION: v1
SECRET_BBB_SECRET_VERSION: v1
EXTRA_VOLUME: "/dev/null:/tmp/.dummy"
trigger:
branch:
- main
---
kind: pipeline
name: generate recipe catalogue
steps:
- name: release a new version
+1 -1
View File
@@ -29,7 +29,7 @@ services:
mode: 0600
searchindexer:
image: nextcloud:34.0.1-fpm
image: nextcloud:32.0.11-fpm
volumes:
- nextcloud:/var/www/html/
- nextapps:/var/www/html/custom_apps:cached
+2 -2
View File
@@ -48,7 +48,7 @@ services:
start_period: 5m
app:
image: nextcloud:34.0.1-fpm
image: nextcloud:32.0.11-fpm
depends_on:
- db
configs:
@@ -109,7 +109,7 @@ services:
start_period: 15m
cron:
image: nextcloud:34.0.1-fpm
image: nextcloud:32.0.11-fpm
volumes:
- nextcloud:/var/www/html/
- nextapps:/var/www/html/custom_apps:cached