We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70d024 commit 40e4bb1Copy full SHA for 40e4bb1
zip.sh
@@ -0,0 +1,4 @@
1
+zip -r deploy.zip . -x "venv/*" ".git/*" ".github/*" "github"
2
+az webapp deployment source config-zip --resource-group EOAgriTool --name EOAgriTool --src deploy.zip
3
+git remote add azure https://eoagritool-cwfzfndaazauawex.canadacentral-01.azurewebsites.net/EOAgriTool
4
+git push azure main
0 commit comments