Last active
September 18, 2020 21:22
-
-
Save xtreme-sameer-vohra/bd0864f316652aa3747f040d41e370b9 to your computer and use it in GitHub Desktop.
setbooklit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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