Skip to content

Commit

Permalink
ci: Don't run multiple deployments in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Mar 10, 2024
1 parent 28d696c commit 1e8112f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/data-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
docker run -v $PWD:/transitous -w /transitous transitous src/generate-motis-config.py full
- name: Upload results
concurrency:
group: deploy
run: |
echo "${{secrets.RSYNC_PRIVATE_KEY}}" > deploy_key
chmod 600 ./deploy_key
Expand Down Expand Up @@ -112,4 +114,4 @@ jobs:
mkdocs-material-
- run: pip install mkdocs
- run: mkdocs gh-deploy -f mkdocs-site/mkdocs.yml --force
- run: mkdocs gh-deploy -f mkdocs-site/mkdocs.yml --force

0 comments on commit 1e8112f

Please sign in to comment.