mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 00:05:09 +01:00
remove github pages deployment
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com> Co-authored-by: James Hawkins <jhawki2005@gmail.com> Co-authored-by: William Oldham <wegg7250@gmail.com>
This commit is contained in:
parent
68a186963c
commit
a8c84f7343
24
.github/workflows/deploying.yml
vendored
24
.github/workflows/deploying.yml
vendored
@ -31,30 +31,6 @@ jobs:
|
||||
name: production-files
|
||||
path: ./dist
|
||||
|
||||
deploy:
|
||||
name: Deploy
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: production-files
|
||||
path: ./dist
|
||||
|
||||
- name: Insert config
|
||||
env:
|
||||
DEPLOY_CONFIG: ${{ secrets.DEPLOY_CONFIG }}
|
||||
run: echo "$DEPLOY_CONFIG" > ./dist/config.js
|
||||
|
||||
- name: Deploy to gh-pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./dist
|
||||
cname: movie.squeezebox.dev
|
||||
|
||||
release:
|
||||
name: Release
|
||||
needs: build
|
||||
|
Loading…
Reference in New Issue
Block a user