fix(devops): remove "and" shell commands
This commit is contained in:
parent
ce5dc9386b
commit
352afb6751
4
.github/workflows/github-actions-ec2.yml
vendored
4
.github/workflows/github-actions-ec2.yml
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user