Обновить .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
17731f450e
commit
0b623e96f1
|
@ -17,6 +17,8 @@ jobs:
|
|||
echo "Error: .env file is empty!"
|
||||
exit 1
|
||||
fi
|
||||
env:
|
||||
ENV_PROD: ${{ secrets.ENV_PROD }}
|
||||
|
||||
- name: Install PHP dependencies
|
||||
run: composer install
|
||||
|
@ -27,10 +29,10 @@ jobs:
|
|||
- name: Build assets
|
||||
run: npm run build
|
||||
|
||||
- name: Prepare deployment directory
|
||||
run: |
|
||||
sudo chown -R $USER:$USER $DEPLOY_DIR
|
||||
sudo chmod -R 775 $DEPLOY_DIR
|
||||
#- name: Prepare deployment directory
|
||||
# run: |
|
||||
# sudo chown -R $USER:$USER $DEPLOY_DIR
|
||||
# sudo chmod -R 775 $DEPLOY_DIR
|
||||
|
||||
- name: Copy files to deployment directory
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue