Skip to content

Commit 19917d4

Browse files
committed
Update staging domain to dev.adr.fjelltopp.org
Change GitHub environment URL for staging deployments to reflect the new domain.
1 parent 9984485 commit 19917d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
echo "url=https://adr-p.fjelltopp.org" >> $GITHUB_OUTPUT
100100
else
101101
echo "namespace=adr-s" >> $GITHUB_OUTPUT
102-
echo "url=https://adr-s.fjelltopp.org" >> $GITHUB_OUTPUT
102+
echo "url=https://dev.adr.fjelltopp.org" >> $GITHUB_OUTPUT
103103
fi
104104
105105
- name: Setup kubeconfig

0 commit comments

Comments
 (0)