使用git checkout脚本
All checks were successful
Deploy Incremental Updates to NEUxiaozhan / deploy (push) Successful in 0s
All checks were successful
Deploy Incremental Updates to NEUxiaozhan / deploy (push) Successful in 0s
This commit is contained in:
parent
63e3ee4b2c
commit
1eafb1f78b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user