Skip to content

Commit d4152b4

Browse files
author
BalammaBoya
authored
Merge pull request #1 from virtual-labs/dev
Update deployment-script.yml
2 parents afebf0c + d566a8b commit d4152b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deployment-script.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
- name: Setup node
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: '12'
18+
node-version: '16'
1919
check-latest: true
2020
- run: |
21-
git clone -b pipeline-new https://github.com/virtual-labs/ph3-lab-mgmt
21+
git clone --depth=1 https://github.com/virtual-labs/ph3-lab-mgmt
2222
cd ph3-lab-mgmt
2323
npm install
24-
node exp.js
24+
npm run build-exp
2525
cd ../
2626
git config --local user.email "admin@vlabs.ac.in"
2727
git config --local user.name "vleadadmin"

0 commit comments

Comments
 (0)