mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 01:35: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:
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user