From 0e851024fccb077473f5105bb17db55c72e442a0 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Fri, 25 Sep 2020 14:24:38 +0200 Subject: [PATCH] Use latest stack-ssh-deploy, change SSH key name --- .drone.yml | 3 +-- README.md | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8a795f6..e764209 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,14 +9,13 @@ steps: host: swarm-test.autonomic.zone stack: wordpress deploy_key: - from_secret: drone_deploy_key + from_secret: drone_ssh_swarm-test.autonomic.zone environment: DOMAIN: wordpress.swarm-test.autonomic.zone STACK_NAME: wordpress LETS_ENCRYPT_ENV: production DB_PASSWORD_VERSION: v1 DB_ROOT_PASSWORD_VERSION: v1 - trigger: branch: - master diff --git a/README.md b/README.md index c0e81fd..89cc878 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,11 @@ _(Only tested using subdomains)_ `abra cp ~/path/to/local/theme wordpress:/var/www/html/wp-content/themes/` -[abra]: https://git.autonomic.zone/autonomic-cooperative/abra -[compose-traefik]: https://git.autonomic.zone/compose-stacks/traefik - ## Backups 1. Edit `.envrc` and uncomment the `export COMPOSE_FILE="compose.yml:compose.backup.yml"` line 2. `direnv allow` 3. `abra deploy` + +[abra]: https://git.autonomic.zone/autonomic-cooperative/abra +[compose-traefik]: https://git.autonomic.zone/compose-stacks/traefik