Skip to content

Instantly share code, notes, and snippets.

@xtreme-sameer-vohra
Last active September 18, 2020 21:22
Show Gist options
  • Save xtreme-sameer-vohra/bd0864f316652aa3747f040d41e370b9 to your computer and use it in GitHub Desktop.
Save xtreme-sameer-vohra/bd0864f316652aa3747f040d41e370b9 to your computer and use it in GitHub Desktop.
setbooklit
#!/bin/bash
pushd /tmp
curl -O https://gist.githubusercontent.com/xtreme-sameer-vohra/287ae0856f2eda79e771621e136576b5/raw/7e00582b9967f8def2af1c83073696e7becf904d/booklit.yml
fly -t dev login -c http://localhost:8080 -p test -u test
fly -t dev sp -n -p booklit -c booklit.yml
fly -t dev up -p booklit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment