Compare commits

...

2 Commits

Author SHA1 Message Date
decentral1se f28a8c84d7
Shuffle paths again
continuous-integration/drone/push Build is passing Details
2021-07-13 12:54:23 +02:00
decentral1se ae60862a85
Fix file path 2021-07-13 12:53:29 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ steps:
settings:
host: lumbung.space
service: beta_lumbung_space_app
chdir: output
source: output
dest: /src/content
chdir: /drone/src
deploy_key:
from_secret: drone_ssh_lumbung.space
trigger:

View File

@ -31,7 +31,7 @@ gen_vid() {
gen_cal() {
cd lumbung-calendar-prototype
python event-feed.py
python event_feed.py
cd -
}