Skip to content

Commit

Permalink
fix(trello): JSONDecodeError error
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Jun 19, 2023
1 parent b3ae09d commit 37d6e20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions trello/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ echo "Backing up trello boards to a subdirectory of $BACKUP_PATH ..."

# docker run -it jtpio/trello-full-backup /bin/sh
# then: $ cat /usr/local/lib/python3.6/site-packages/trello_full_backup/backup.py

docker run -t --rm --env-file ./.env \

source .env # initializes TRELLO_API_KEY and TRELLO_TOKEN
docker run -t --rm -e TRELLO_API_KEY="${TRELLO_API_KEY}" -e TRELLO_TOKEN="${TRELLO_TOKEN}" \
-v $BACKUP_PATH:/app jtpio/trello-full-backup trello-full-backup --attachment-size -1 --organizations
# --closed-boards --archived-cards

Expand Down

0 comments on commit 37d6e20

Please sign in to comment.