Update action
Some checks failed
Deploy / deploy (push) Failing after 13s

This commit is contained in:
Leonardo Murça 2025-06-04 19:06:33 -03:00
parent 23553c6044
commit ca81656729

View file

@ -20,7 +20,7 @@ jobs:
run: |
mkdir -p ~/.ssh/
echo "${{ secrets.SSH_KEY }}" > ./deploy.key
sudo chmod 600 ./deploy.key
chmod 600 ./deploy.key
- name: Install PM2
run: npm i -g pm2