We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd72b1 commit 09bf006Copy full SHA for 09bf006
1 file changed
.github/workflows/main.yml
@@ -59,6 +59,7 @@ jobs:
59
# 在远程服务器上执行的命令
60
cd ~
61
date >> ations.log
62
- rm -r /home/src/tmphr/*
63
- mv ~/tmphr/* /home/src/tmphr/*
+ rm -r /home/srv/tmphr/*
+ mv ~/tmphr/* /home/srv/tmphr/
64
+ chgrp www-data -R /home/srv/tmphr/*
65
# ... 其他部署命令 ...
0 commit comments