Updates to your code will instantly deploy and update live.
- open the
CI-pipeline
- hit the
Prepare
Stage - after the
Run
stage is finished hit theRun
stage - click on
Open deployment
On the back-end
- your app starts at
server.py
- add frameworks and packages in
requirements.txt
- safely store app secrets in
.env
On the front-end
- edit
client.js
,style.css
andindex.html
- drag in
assets
, like images or music, to add them to your project
Remixed from 'flask-hello-world' by Kenneth Reitz