From b83ce8c97aed5c1b6ee5bab04e339d47739fdf03 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 19 May 2024 19:19:41 -0300 Subject: [PATCH] Fix YAML syntax error --- .drone.yml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 732a725..8c798a1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - name: publish payload dev container image: plugins/docker settings: &payload-build-settings - << *docker-build-settings + <<: *docker-build-settings # NOTE: edit this if you want your image called something else repo: git.autonomic.zone/autonomic-cooperative/astro-payload-test-payload-dev context: payload diff --git a/README.md b/README.md index f0ab7fb..20e9d56 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ To set up deployment: - `DOMAIN`: domain name of the live site (e.g. `site.example.tld`) - `STACK_NAME`: the Docker stack name, usually `$DOMAIN` with dots replaced with underscores (e.g. `site_example_tld`) - `STACK_NAME` / `DOMAIN` of the deployed app. + - `DRONE_URL`: root URL for the Drone instance (e.g. + `https://drone.example.tld`) 3. Make sure that DNS records for `$DOMAIN` and `admin.$DOMAIN`, pointing to `$HOST`, are defined. 4. Generate secrets (`openssl rand -hex 32` works well) for `PAYLOAD_SECRET` and