From 0b3620406107c942aa65044c0f3b4548f16203ee Mon Sep 17 00:00:00 2001 From: Mayel Date: Wed, 14 Jul 2021 21:03:49 +0200 Subject: [PATCH] rename to custom-php --- .drone.yml | 6 +++--- .env.sample | 2 +- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4f800ae..9d37b5c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,14 +6,14 @@ steps: image: decentral1se/stack-ssh-deploy:latest settings: host: swarm-test.autonomic.zone - stack: lemp + stack: custom-php generate_secrets: true purge: true deploy_key: from_secret: drone_ssh_swarm_test environment: - DOMAIN: lemp.swarm-test.autonomic.zone - STACK_NAME: lemp + DOMAIN: custom-php.swarm-test.autonomic.zone + STACK_NAME: custom-php LETS_ENCRYPT_ENV: production SECRET_DB_PASSWORD_VERSION: v1 SECRET_DB_ROOT_PASSWORD_VERSION: v1 diff --git a/.env.sample b/.env.sample index bf165df..9936749 100644 --- a/.env.sample +++ b/.env.sample @@ -1,4 +1,4 @@ -TYPE=lemp +TYPE=custom-php DOMAIN=example.com ## Domain aliases diff --git a/README.md b/README.md index 0819834..a19c202 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PHP / LEMP +# custom-php Coöp Cloud + [PHP](https://php.org) + MariaDB + Nginx = 🥳 @@ -20,7 +20,7 @@ Coöp Cloud + [PHP](https://php.org) + MariaDB + Nginx = 🥳 1. Set up Docker Swarm and [`abra`][abra] 2. Deploy [`coop-cloud/traefik`][cc-traefik] -3. `abra app new lemp --secrets` (optionally with `--pass` if you'd like +3. `abra app new custom-php --secrets` (optionally with `--pass` if you'd like to save secrets in `pass`) 4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to your Docker swarm box