Update deploy workflow

This commit is contained in:
Leonardo Murça 2022-09-22 10:00:17 -03:00
parent f52a893948
commit 4eb013e657

View file

@ -20,7 +20,7 @@ jobs:
node-version: 16 node-version: 16
cache: 'npm' cache: 'npm'
- run: npm install - run: npm install
- run: npm build - run: npm run build
- run: mkdir ~/.ssh - run: mkdir ~/.ssh
- run: 'echo "$SSH_KEY" >> ~/.ssh/id_ed25519_ifsalas' - run: 'echo "$SSH_KEY" >> ~/.ssh/id_ed25519_ifsalas'
- run: chmod 400 ~/.ssh/id_ed25519_ifsalas' - run: chmod 400 ~/.ssh/id_ed25519_ifsalas'