booyaa / gh_oryx_1293

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repo for Oryx team to reproduce the problem

setup

  • App Service Plan: P1v2
  • OS : Linux
  • Stack: PHP
  • Major Version: PHP 7.4
  • Deploy slot called "maintenance"

usage

zip -r upload.zip index.html .htaccess
app_rg_name=CHANGE ME
app_name=CHANGE ME
az webapp deploy --type zip --resource-group "$app_rg_name" --name "$app_name" --slot maintenance --src-path upload.zip

About


Languages

Language:HTML 100.0%