Deploy an App using Github
Prerequisite
wind-rose
│ README.md
│
├───.github
│ └───workflows
│ ci.yaml
│
└───app
app.py
Dockerfile
requirements.txtStep-1: Write the App
wind-rose
│ README.md
│
├───.github
│ └───workflows
│ ci.yaml
│
└───app
│ app.py
│ Dockerfile
│ requirements.txt
│
└───assets
sample.epwStep-2: Download Github Desktop
Step-3: Create a Github Repository





Step-4: Add a Secret





Step-5: Clone the Repository Locally



Step-6: Push Local Changes




Step-7: Create a Release





Step-8: Check deployment on Github




Step-9: Check deployment on Pollination






Last updated
Was this helpful?
