Настроил автоматическую загрузку фронтенда на сервер
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

@ -42,3 +42,14 @@ jobs:
with:
name: website
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