Skip to content

Instantly share code, notes, and snippets.

@kimar
Created January 10, 2020 22:30
Show Gist options
  • Save kimar/86b8454c7d9cbc0e7fafb7c8a23cbd44 to your computer and use it in GitHub Desktop.
Save kimar/86b8454c7d9cbc0e7fafb7c8a23cbd44 to your computer and use it in GitHub Desktop.
Deploy Publish Static Site to Heroku or Dokku
#!/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