don't load from env, dunno, not working
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fc3358cc20
commit
afa2751b93
@ -61,6 +61,10 @@ lumbunglib-vid
|
|||||||
|
|
||||||
export OUTPUT_DIR=content/feed
|
export OUTPUT_DIR=content/feed
|
||||||
lumbunglib-feed # reads ./feeds_list.txt
|
lumbunglib-feed # reads ./feeds_list.txt
|
||||||
|
|
||||||
|
export OUTPUT_DIR=content/hashtag
|
||||||
|
export MASTODON_AUTH_TOKEN=foobar
|
||||||
|
lumbunglib-hash
|
||||||
```
|
```
|
||||||
|
|
||||||
Afterwards, you can automatically run it with `make gen`.
|
Afterwards, you can automatically run it with `make gen`.
|
||||||
|
@ -96,7 +96,6 @@ services:
|
|||||||
- masto_key
|
- masto_key
|
||||||
environment:
|
environment:
|
||||||
OUTPUT_DIR: /src/content/feed
|
OUTPUT_DIR: /src/content/feed
|
||||||
MASTODON_HASHTAGS: '"#majelisakakbar", "#documentafifteen", "#lumbungdotspace", "#jalansesama", "#warungkopi"'
|
|
||||||
command: |
|
command: |
|
||||||
bash -c "
|
bash -c "
|
||||||
export MASTODON_AUTH_TOKEN=`cat /run/secrets/masto_key`;
|
export MASTODON_AUTH_TOKEN=`cat /run/secrets/masto_key`;
|
||||||
|
Loading…
Reference in New Issue
Block a user