Created
January 10, 2020 22:30
-
-
Save kimar/86b8454c7d9cbc0e7fafb7c8a23cbd44 to your computer and use it in GitHub Desktop.
Deploy Publish Static Site to Heroku or Dokku
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 | |
echo 'https://github.com/vapor-community/heroku-buildpack' > .buildpacks | |
echo '5.1.3' > .swift-version | |
echo 'web: MySiteName && cd Output && python -m SimpleHTTPServer $PORT' > Procfile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment