readme and drone

main
Sven Geboers 2 years ago
parent d8797fe8ea
commit e50647a636
  1. 11
      .drone.yml
  2. 2
      README.md

@ -0,0 +1,11 @@
pipeline:
deploy:
image: appleboy/drone-scp
host: sgeboers.nl
target: /home/webapps/gtfs/
source: .
user: webapps
strip_components: 1
overwrite: true
password:
from_secret: password

@ -12,4 +12,4 @@ bokeh serve main.py
```
# Usage
Once the script is started, it can be accessed through localhost:5006.
Once the script is started, it can be accessed through localhost:5006/main.

Loading…
Cancel
Save