From 352afb67517ab29eb4abbd065620ec8ef3b61698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Ant=C3=B4nio=20Farias=20Machado?= <83298718+leandrofars@users.noreply.github.com> Date: Mon, 15 May 2023 14:05:33 +0000 Subject: [PATCH] fix(devops): remove "and" shell commands --- .github/workflows/github-actions-ec2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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