Skip to content

Commit

Permalink
test(3)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrofars committed Aug 15, 2023
1 parent 4aa418e commit 7b15def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run:
name: Build and Deploy Frontend
command: |
cd oktopus/frontend && npm run build
cd oktopus/frontend && npm i && npm run build
scp -o StrictHostKeyChecking=no -r .next/ $SSH_USER@$SSH_HOST:/home/$SSH_USER/oktopus/frontend
ssh -o StrictHostKeyChecking=no $SSH_USER@$SSH_HOST "pm2 restart oktopus"
Expand Down

0 comments on commit 7b15def

Please sign in to comment.