Обновить .gitea/workflows/action.yaml
All checks were successful
Deploy Wishlist / deploy (push) Successful in 19s
All checks were successful
Deploy Wishlist / deploy (push) Successful in 19s
This commit is contained in:
parent
e4172cc8fa
commit
74df406121
|
@ -34,8 +34,8 @@ jobs:
|
|||
|
||||
- name: Copy files to deployment directory
|
||||
run: |
|
||||
chmod -R 777 ./
|
||||
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