rename to custom-php

This commit is contained in:
Mayel 2021-07-14 21:03:49 +02:00
parent 088c84ba70
commit 0b36204061
3 changed files with 6 additions and 6 deletions

View File

@ -6,14 +6,14 @@ steps:
image: decentral1se/stack-ssh-deploy:latest image: decentral1se/stack-ssh-deploy:latest
settings: settings:
host: swarm-test.autonomic.zone host: swarm-test.autonomic.zone
stack: lemp stack: custom-php
generate_secrets: true generate_secrets: true
purge: true purge: true
deploy_key: deploy_key:
from_secret: drone_ssh_swarm_test from_secret: drone_ssh_swarm_test
environment: environment:
DOMAIN: lemp.swarm-test.autonomic.zone DOMAIN: custom-php.swarm-test.autonomic.zone
STACK_NAME: lemp STACK_NAME: custom-php
LETS_ENCRYPT_ENV: production LETS_ENCRYPT_ENV: production
SECRET_DB_PASSWORD_VERSION: v1 SECRET_DB_PASSWORD_VERSION: v1
SECRET_DB_ROOT_PASSWORD_VERSION: v1 SECRET_DB_ROOT_PASSWORD_VERSION: v1

View File

@ -1,4 +1,4 @@
TYPE=lemp TYPE=custom-php
DOMAIN=example.com DOMAIN=example.com
## Domain aliases ## Domain aliases

View File

@ -1,4 +1,4 @@
# PHP / LEMP # custom-php
Coöp Cloud + [PHP](https://php.org) + MariaDB + Nginx = 🥳 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] 1. Set up Docker Swarm and [`abra`][abra]
2. Deploy [`coop-cloud/traefik`][cc-traefik] 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`) to save secrets in `pass`)
4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to 4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box your Docker swarm box