ci: fix wf user

This commit is contained in:
Nicola Zambello 2022-02-21 16:30:55 +01:00
parent 3328fc882b
commit 68ca4f3627

View file

@ -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