3 Commits
Author SHA1 Message Date
3wordchant d2768d2560 Deploy to the right server 🙈 2023-04-16 21:25:45 -04:00
3wordchant 24ab7071bc Fix drone? 2023-04-16 21:24:08 -04:00
3wordchant 01ba244bcf Update for cooperative.computer 2023-04-13 12:30:27 -04:00
5 changed files with 8 additions and 7 deletions
+4 -3
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
+1 -1
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"
+1 -1
View File
@@ -1 +1 @@
{"m.homeserver":{"base_url":"https://matrix.lumbung.space/"}}
{"m.homeserver":{"base_url":"https://matrix.cooperative.computer/"}}
+1 -1
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/;
+1 -1
View File
@@ -1 +1 @@
{"m.server": "matrix.lumbung.space:443"}
{"m.server": "matrix.cooperative.computer:443"}