Skip to content

Commit

Permalink
Update azure-pipelines-cd.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
sebavan committed Jan 13, 2020
1 parent 0d28f47 commit e99ed88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
steps:
- script: 'npm install netlify'
displayName: 'npm install netlify'
- script: 'netlify link --id=220a52f0-ea85-4244-8342-8ec149cd78d6'
- script: 'npx netlify link --id=220a52f0-ea85-4244-8342-8ec149cd78d6'
displayName: 'netlify link babylonjscontrollers'
env:
AZURE_PULLREQUESTID: $(System.PullRequest.PullRequestId)
NETLIFY_AUTH_TOKEN: $(babylon.netlify.authToken)
- script: 'netlify deploy --prod --dir=assets/meshes/controllers'
- script: 'npx netlify deploy --prod --dir=assets/meshes/controllers'
displayName: 'netlify link babylonjscontrollers'
env:
AZURE_PULLREQUESTID: $(System.PullRequest.PullRequestId)
Expand Down

0 comments on commit e99ed88

Please sign in to comment.