Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
d2768d2560 | |||
24ab7071bc | |||
01ba244bcf |
@ -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
|
||||
|
@ -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 @@
|
||||
{"m.homeserver":{"base_url":"https://matrix.lumbung.space/"}}
|
||||
{"m.homeserver":{"base_url":"https://matrix.cooperative.computer/"}}
|
||||
|
@ -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 @@
|
||||
{"m.server": "matrix.lumbung.space:443"}
|
||||
{"m.server": "matrix.cooperative.computer:443"}
|
||||
|
Loading…
Reference in New Issue
Block a user