Обновить .gitea/workflows/action.yaml
All checks were successful
Deploy Wishlist / deploy (push) Successful in 24s

This commit is contained in:
Dhaverd 2025-03-28 09:16:13 +03:00
parent 0b623e96f1
commit 71361c7e7d

View File

@ -38,12 +38,6 @@ jobs:
run: |
sudo rsync -av ./ ${DEPLOY_DIR}/
if [ -f .env ]; then
sudo cp .env ${DEPLOY_DIR}/.env
fi
sudo chmod -R 777 ${DEPLOY_DIR}
#- name: Run migrations
# run: php artisan migrate --force