使用git checkout脚本
All checks were successful
Deploy Incremental Updates to NEUxiaozhan / deploy (push) Successful in 0s

This commit is contained in:
Ember 2025-01-30 01:58:28 +08:00
parent 63e3ee4b2c
commit 1eafb1f78b

View File

@ -50,9 +50,9 @@ jobs:
$TARGET_DIR/
# 权限设置根据Web服务器用户调整
sudo chown -R www-data:www-data $TARGET_DIR
sudo find $TARGET_DIR -type d -exec chmod 755 {} \;
sudo find $TARGET_DIR -type f -exec chmod 644 {} \;
# sudo chown -R www:www $TARGET_DIR
# sudo find $TARGET_DIR -type d -exec chmod 755 {} \;
#sudo find $TARGET_DIR -type f -exec chmod 644 {} \;
- name: Cleanup
shell: bash