Update deploy workflow
This commit is contained in:
parent
f52a893948
commit
4eb013e657
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-prod.yml
vendored
2
.github/workflows/deploy-prod.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
node-version: 16
|
||||
cache: 'npm'
|
||||
- run: npm install
|
||||
- run: npm build
|
||||
- run: npm run build
|
||||
- run: mkdir ~/.ssh
|
||||
- run: 'echo "$SSH_KEY" >> ~/.ssh/id_ed25519_ifsalas'
|
||||
- run: chmod 400 ~/.ssh/id_ed25519_ifsalas'
|
||||
|
|
Loading…
Reference in a new issue