Настроил автоматическую загрузку фронтенда на сервер
All checks were successful
/ build (push) Successful in 4m8s
/ deploy (push) Successful in 3m40s

This commit is contained in:
Иван Кузьменко 2025-07-18 22:54:08 +03:00
parent 996aafec6c
commit 15615c0d2c

View file

@ -41,4 +41,15 @@ jobs:
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
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