Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Mar 23, 2024
1 parent 9c3d8f9 commit cd2ad1a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@ steps:
image: ghcr.io/public-transport/transitous/import:latest
commands:
- git submodule update --init --checkout --remote
- ./ci/fetch-feeds.py timer
# - ./ci/fetch-feeds.py timer
import:
image: ghcr.io/public-transport/transitous/import:latest
commands:
- ./src/generate-attribution.py
- ./src/generate-motis-config.py import
- cd out && ../ci/motis-import.py > /dev/null && cd ..
#- cd out && ../ci/motis-import.py > /dev/null && cd ..
- src/generate-motis-config.py full
push:
image: ghcr.io/public-transport/transitous/import:latest
secrets: [ RSYNC_PRIVATE_KEY ]
commands:
- echo "$RSYNC_PRIVATE_KEY" > deploy_key
- echo "$${RSYNC_PRIVATE_KEY}" > deploy_key
- sha256sum deploy_key
- chmod 600 ./deploy_key
- "rsync -avz --progress --delete -e 'ssh -i ./deploy_key -p 22 -o StrictHostKeyChecking=no' out/ [email protected]:"
- rm deploy_key

0 comments on commit cd2ad1a

Please sign in to comment.