Skip to content

Commit

Permalink
Update azure-pipelines-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaananW authored Sep 7, 2021
1 parent 6647d69 commit 4a30939
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 @@ -5,7 +5,7 @@ jobs:
- job: NetlifyStaticDeploy
displayName: 'Deploy'
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-latest'
demands: npm
steps:
- script: 'npm install netlify-cli'
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
displayName: 'netlify deploy viewer-babylonjs'
env:
AZURE_PULLREQUESTID: $(System.PullRequest.PullRequestId)
NETLIFY_AUTH_TOKEN: $(babylon.netlify.authToken)
NETLIFY_AUTH_TOKEN: $(babylon.netlify.authToken)

0 comments on commit 4a30939

Please sign in to comment.