Обновить .gitea/workflows/action.yaml
Some checks failed
Deploy Wishlist / deploy (push) Has been cancelled
Some checks failed
Deploy Wishlist / deploy (push) Has been cancelled
This commit is contained in:
parent
a343813b0f
commit
cc0bf054ac
|
@ -35,6 +35,7 @@ jobs:
|
|||
- name: Copy files to deployment directory
|
||||
run: |
|
||||
sudo rsync -av ./ ${DEPLOY_DIR}/
|
||||
sudo chmod -R 777 ${DEPLOY_DIR}/
|
||||
|
||||
- name: Restart PHP service
|
||||
run: sudo systemctl restart php8.2-fpm
|
||||
|
|
Loading…
Reference in New Issue