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