abachuk / azure-demo-strapi

strapi demo deployment to azure + docker
14 stars 26 forks source link

Strapi application ready to deploy to Azure App Service

Run locally

  1. Pull down the repo
  2. Run yarn install
  3. Run yarn develop
  4. Go to http://localhost:1337/admin

To Deploy to Azure

  1. Follow the step in my tutorial
  2. Anytime you want to deploy just push the latest to github repo
    1. git add .
    2. git commit -m "Your commit message
    3. git push