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: |
|
||||
cd ~/oktopus/frontend
|
||||
git pull origin main
|
||||
yarn install &&
|
||||
yarn build &&
|
||||
yarn install
|
||||
yarn build
|
||||
pm2 restart oktopus
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user