Skip to content

Commit

Permalink
Correct variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwinther committed Nov 10, 2023
1 parent 8de6742 commit 640c3d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jupyterlab-docker-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ jobs:
uses: Azure/pipelines@releases/v1
with:
azure-devops-project-url: 'https://dev.azure.com/statisticsnorway/Statistikktjenester'
azure-pipeline-name: 'unknown'
azure-pipeline-name: 'jupyterlab-onprem-deploy'
azure-devops-token: '${{ secrets.AZURE_DEVOPS_TOKEN }}'
4 changes: 2 additions & 2 deletions deploy/jupyterlab/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
- name: environment
displayName: Environment to deploy to
type: string
default: ubuntu-latest
default: staging
values:
- staging
- prod
Expand All @@ -14,7 +14,7 @@ trigger: none

variables:
- name: imageNameNexus
value: 'nexus.ssb.no:8437/prod-bip/ssb/statistikktjenester/jupyterlab-onprem'
value: 'nexus.ssb.no:8439/artifact-registry-5n/dapla-stat-docker/jupyter/on-prem-jupyterlab'
- name: imageTag
value: latest

Expand Down

0 comments on commit 640c3d9

Please sign in to comment.