Skip to content

Commit 09bf006

Browse files
authored
Update main.yml
1 parent fdd72b1 commit 09bf006

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
# 在远程服务器上执行的命令
6060
cd ~
6161
date >> ations.log
62-
rm -r /home/src/tmphr/*
63-
mv ~/tmphr/* /home/src/tmphr/*
62+
rm -r /home/srv/tmphr/*
63+
mv ~/tmphr/* /home/srv/tmphr/
64+
chgrp www-data -R /home/srv/tmphr/*
6465
# ... 其他部署命令 ...

0 commit comments

Comments
 (0)