diff --git a/.github/workflows/github-actions-ec2.yml b/.github/workflows/github-actions-ec2.yml index b534dd1..cb11ce1 100644 --- a/.github/workflows/github-actions-ec2.yml +++ b/.github/workflows/github-actions-ec2.yml @@ -24,8 +24,8 @@ jobs: script: | cd ~/oktopus/frontend git pull origin main - yarn install && - yarn build && + yarn install + yarn build pm2 restart oktopus