Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hostwithquantum/runway-example-go
example go app for runway
https://github.com/hostwithquantum/runway-example-go
go planetary-quantum runway
Last synced: about 1 month ago
JSON representation
example go app for runway
- Host: GitHub
- URL: https://github.com/hostwithquantum/runway-example-go
- Owner: hostwithquantum
- Created: 2022-07-13T12:03:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T13:45:59.000Z (11 months ago)
- Last Synced: 2024-04-15T22:55:57.490Z (8 months ago)
- Topics: go, planetary-quantum, runway
- Language: Go
- Homepage: https://runway.planetary-quantum.com/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Runway Example go App
This is an example app demonstrating how to deploy a go app
to [runway](https://www.runway.horse/).* clone this repo, and navigate into that directory
* `runway app create`
* `runway app deploy`
* `runway open`You can then deploy changes by `git commit`ing them, and running `runway app
deploy` again.The Makefile in here is for local use, and not used or needed by runway.