Skip to content

Commit

Permalink
fix: uten https
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann committed Nov 15, 2024
1 parent a121aa6 commit 459b032
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actions/spa-setup-task/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion actions/spa-setup-task/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion actions/spa-setup-task/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function run(): void {
tenant
)

const naisDeployServer = `https://deploy.${tenant}.cloud.nais.io:443`
const naisDeployServer = `deploy.${tenant}.cloud.nais.io:443`

core.setOutput('cdn-destination', cdnDest)
core.setOutput('nais-cluster', naisCluster)
Expand Down

0 comments on commit 459b032

Please sign in to comment.