Compare commits

...

3 Commits

Author SHA1 Message Date
3wc d2768d2560 Deploy to the right server 🙈
continuous-integration/drone/push Build is failing Details
2023-04-16 21:25:45 -04:00
3wc 24ab7071bc Fix drone?
continuous-integration/drone/push Build is failing Details
2023-04-16 21:24:08 -04:00
3wc 01ba244bcf Update for cooperative.computer
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is failing Details
2023-04-13 12:30:27 -04:00
5 changed files with 8 additions and 7 deletions

View File

@ -1,13 +1,14 @@
---
kind: pipeline
name: deploy to swarm.autonomic.zone
name: deploy to cooperative.computer
steps:
- name: deployment
image: decentral1se/stack-ssh-deploy:0.0.1
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
stack: well-known-uris
host: cooperative.computer
deploy_key:
from_secret: drone_deploy_key
from_secret: drone_ssh_cooperative_computer
trigger:
branch:
- master

View File

@ -22,7 +22,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.services.well-known-uris.loadbalancer.server.port=80"
- "traefik.http.routers.well-known-uris.rule=(Host(`lumbung.space`) && PathPrefix(`/.well-known`))"
- "traefik.http.routers.well-known-uris.rule=(Host(`cooperative.computer`) && PathPrefix(`/.well-known`))"
- "traefik.http.routers.well-known-uris.entrypoints=web-secure"
- "traefik.http.routers.well-known-uris.tls.certresolver=production"

View File

@ -1 +1 @@
{"m.homeserver":{"base_url":"https://matrix.lumbung.space/"}}
{"m.homeserver":{"base_url":"https://matrix.cooperative.computer/"}}

View File

@ -1,6 +1,6 @@
server {
listen 80 default_server;
server_name lumbung.space;
server_name cooperative.computer;
location /.well-known/matrix/ {
root /var/www/;

View File

@ -1 +1 @@
{"m.server": "matrix.lumbung.space:443"}
{"m.server": "matrix.cooperative.computer:443"}