From ffcba436d7065a367e99d482f6809de48641562b Mon Sep 17 00:00:00 2001 From: Jelle van Snik Date: Tue, 27 Dec 2022 17:02:12 +0100 Subject: [PATCH] update deploy script with new config system --- .github/workflows/deploying.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index 07a78f25..a9f5152c 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -42,7 +42,10 @@ jobs: with: name: production-files path: ./dist - + - name: Insert config + env: + DEPLOY_CONFIG: ${{ secrets.DEPLOY_CONFIG }} + run: cat "$DEPLOY_CONFIG" > ./dist/config.js - name: Deploy to gh-pages uses: peaceiris/actions-gh-pages@v3 with: