Browse Source

update deploy script with new config system

pull/114/head
Jelle van Snik 3 years ago
parent
commit
ffcba436d7
  1. 5
      .github/workflows/deploying.yml

5
.github/workflows/deploying.yml

@ -42,7 +42,10 @@ jobs:
with: with:
name: production-files name: production-files
path: ./dist path: ./dist
- name: Insert config
env:
DEPLOY_CONFIG: ${{ secrets.DEPLOY_CONFIG }}
run: cat "$DEPLOY_CONFIG" > ./dist/config.js
- name: Deploy to gh-pages - name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with:

Loading…
Cancel
Save