Настроил автоматическую загрузку фронтенда на сервер
This commit is contained in:
parent
996aafec6c
commit
15615c0d2c
1 changed files with 12 additions and 1 deletions
|
@ -42,3 +42,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: website
|
name: website
|
||||||
path: build/
|
path: build/
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
needs: [build]
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: website
|
||||||
|
|
||||||
|
- name: Display structure of downloaded files
|
||||||
|
run: ls -R
|
Loading…
Add table
Add a link
Reference in a new issue