Skip to content
Snippets Groups Projects
Commit 3babc959 authored by Teemu Autto's avatar Teemu Autto
Browse files

Also login to azure when swapping slots.

parent 8ce870d1
No related branches found
No related tags found
No related merge requests found
Pipeline #14372 passed
......@@ -172,6 +172,10 @@ staging to production:
name: production
url: https://${AZURE_APP_NAME}.azurewebsites.net/
before_script:
## Login into azure
- az login --service-principal -u "${AZURE_SP_NAME}" -p "${AZURE_SP_CERT}" --tenant "jyu.onmicrosoft.com"
script:
## Swap production and staging slots.
- az webapp deployment slot swap -g "$AZURE_RESOURCE_GROUP" -n "$AZURE_APP_NAME" -s staging --target-slot production
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment