generated from autonomic-cooperative/astro-payload-template
This commit is contained in:
parent
0a7b0e98b2
commit
b83ce8c97a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user