mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-26 05:41:53 +01:00
commit
d36da21746
6
.github/workflows/deploying.yml
vendored
6
.github/workflows/deploying.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: production-files
|
name: production-files
|
||||||
path: ./build
|
path: ./dist
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
@ -41,11 +41,11 @@ jobs:
|
|||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: production-files
|
name: production-files
|
||||||
path: ./build
|
path: ./dist
|
||||||
|
|
||||||
- name: Deploy to gh-pages
|
- name: Deploy to gh-pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./build
|
publish_dir: ./dist
|
||||||
cname: movie.squeezebox.dev
|
cname: movie.squeezebox.dev
|
||||||
|
Loading…
Reference in New Issue
Block a user