Help · Putting something online
Connect a repository once, and every push puts the new version online by itself.
If your code is already on GitHub, you can have PicoCloud deploy it every time you push. No copying, no uploading, no remembering.
main.From then on, every push to that branch builds and deploys automatically.
The app's page shows each build as it runs, along with which commit caused it. If a build fails, the previous version keeps serving and the failure is shown with its log.
It removes the step where things go wrong. Uploading by hand means eventually uploading the wrong folder, or forgetting to upload at all after an edit — and both look exactly like "my change did nothing".
Unlink the repository on the app's page. The app stays online exactly as it is; it just stops updating itself.
Check you pushed to the branch the app is linked to — it is usually main, and a push to any other branch is ignored on purpose. If the branch is right and nothing happened, tell us the repository name and we will check what GitHub sent us.
Last updated .
Did this not answer it? Ask us — we read every message.