From 764b4e5d23653d9bb513c454d04284864d4244b7 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Thu, 15 Jun 2023 14:55:24 +0200 Subject: [PATCH] Add secrets and variables configuration --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43a6fdd..848da32 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Before getting started with Astroad, make sure you have the necessary software i ## Configuration While there's no configuration necessary for local development, deployment via Github Workflows requires specific secrets and variables to be set. -Secrets: + +### Secrets: - USER: User on the server - HOST: IP or URL of the server @@ -25,7 +26,7 @@ Secrets: - PAYLOAD_SECRET: String to encrypt Payload data - TOKEN: Github Access Token for the webhook to trigger the payload.yml workflow and execute a new Astro build -Variables: +### Variables: - ASTRO_HOST: Hostdomain of the Frontend - PAYLOAD_HOST: Hostdomain of the CMS