Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 29s
796 B
796 B
app_sdk.py
This is the SDK used for apps to behave like they should.
If you want to update apps.. PS: downloads from docker hub do overrides.. :)
- Write your code & check if runtime works
- Build app_base image
- docker rm $(docker ps -aq) # Remove all stopped containers
- Delete the specific app's Docker image (docker rmi frikky/shuffle:...)
- Rebuild the Docker image (click load in GUI?)
Cloud updates
- Go to shuffle cloud on GCP
- Go to Cloud Storage
- Find shuffler.appspot.com
- Navigate to generated_apps/baseline
- Update SDK there. This will make all new apps run with the new SDK
Cloud app force-updates
- Run the "stitcher.go" program in the public shuffle-shared repository.
LICENSE
Everything in here is MIT, not AGPLv3 as indicated by the license.