mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 01:05:08 +01:00
update deploy script with new config system
This commit is contained in:
parent
d73ee207da
commit
ffcba436d7
5
.github/workflows/deploying.yml
vendored
5
.github/workflows/deploying.yml
vendored
@ -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…
Reference in New Issue
Block a user