This commit is contained in:
parent
23553c6044
commit
ca81656729
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh/
|
mkdir -p ~/.ssh/
|
||||||
echo "${{ secrets.SSH_KEY }}" > ./deploy.key
|
echo "${{ secrets.SSH_KEY }}" > ./deploy.key
|
||||||
sudo chmod 600 ./deploy.key
|
chmod 600 ./deploy.key
|
||||||
|
|
||||||
- name: Install PM2
|
- name: Install PM2
|
||||||
run: npm i -g pm2
|
run: npm i -g pm2
|
||||||
|
|
Loading…
Add table
Reference in a new issue