Обновить .gitea/workflows/action.yaml
All checks were successful
Deploy Wishlist / deploy (push) Successful in 24s
All checks were successful
Deploy Wishlist / deploy (push) Successful in 24s
This commit is contained in:
parent
0b623e96f1
commit
71361c7e7d
|
@ -37,12 +37,6 @@ jobs:
|
|||
- name: Copy files to deployment directory
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue