psfinaki / CheckYourCzech

The service to practice Czech grammar.
https://check-your-czech.azurewebsites.net
GNU General Public License v3.0
19 stars 1 forks source link

Moving to deployment slots instead of two webs (#784) #785

Closed psfinaki closed 3 years ago

psfinaki commented 3 years ago

closes #784

This is fully automated deployment - we first deploy the "exp" slot, then run the UI tests and then go to production. Slot is created "manually" via Azure CLI because there is no Farmer support for this yet.

Also, to have slots we need to be in the Standard tier, so this also changes. This should be cheaper than having to Basic webs though.