Skip to content

Commit

Permalink
Merge pull request #10 from virtual-labs/dev
Browse files Browse the repository at this point in the history
dev: Update deployment-script.yml
  • Loading branch information
gaurav-behera authored Jul 23, 2024
2 parents 312d13b + 41da0c8 commit 3ee35aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
node-version: '12'
check-latest: true
- run: |
git clone https://github.com/virtual-labs/ph3-lab-mgmt
git clone --depth=1 https://github.com/virtual-labs/ph3-lab-mgmt
cd ph3-lab-mgmt
npm install
node exp.js
npm run build-exp
cd ../
git config --local user.email "[email protected]"
git config --local user.name "vleadadmin"
Expand Down

0 comments on commit 3ee35aa

Please sign in to comment.