fix(devops): remove "and" shell commands

This commit is contained in:
Leandro Antônio Farias Machado 2023-05-15 14:05:33 +00:00
parent ce5dc9386b
commit 352afb6751

View File

@ -24,8 +24,8 @@ jobs:
script: | script: |
cd ~/oktopus/frontend cd ~/oktopus/frontend
git pull origin main git pull origin main
yarn install && yarn install
yarn build && yarn build
pm2 restart oktopus pm2 restart oktopus