ci: fix wf user
This commit is contained in:
parent
3328fc882b
commit
68ca4f3627
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -30,5 +30,5 @@ jobs:
|
|||
|
||||
- name: 🚀 Deploy
|
||||
run: |
|
||||
chown -R plone:plone *
|
||||
sudo -u plone pm2 startOrRestart ecosystem.config.js
|
||||
chown -R plone:plone .
|
||||
su plone && pm2 startOrRestart ecosystem.config.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue