don't load from env, dunno, not working

This commit is contained in:
cellarspoon 2022-01-12 09:49:31 +01:00
parent fc3358cc20
commit afa2751b93
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
2 changed files with 4 additions and 1 deletions

View File

@ -61,6 +61,10 @@ lumbunglib-vid
export OUTPUT_DIR=content/feed
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`.

View File

@ -96,7 +96,6 @@ services:
- masto_key
environment:
OUTPUT_DIR: /src/content/feed
MASTODON_HASHTAGS: '"#majelisakakbar", "#documentafifteen", "#lumbungdotspace", "#jalansesama", "#warungkopi"'
command: |
bash -c "
export MASTODON_AUTH_TOKEN=`cat /run/secrets/masto_key`;