Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
asd
Browse files Browse the repository at this point in the history
jbruechert committed Mar 23, 2024

Verified

This commit was signed with the committer’s verified signature.
jbruechert Jonah Brüchert
1 parent 9c3d8f9 commit e7a42e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ 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:
@@ -20,7 +20,7 @@ steps:
push:
image: ghcr.io/public-transport/transitous/import:latest
commands:
- echo "$RSYNC_PRIVATE_KEY" > deploy_key
- echo "$${RSYNC_PRIVATE_KEY}" > 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 e7a42e2

Please sign in to comment.