diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..fda8e31 --- /dev/null +++ b/.drone.yml @@ -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 diff --git a/README.md b/README.md index 6d260f6..d628c21 100644 --- a/README.md +++ b/README.md @@ -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.