Skip to content

Commit

Permalink
Update build-and-publish.yml
Browse files Browse the repository at this point in the history
https://jiraeu.epam.com/browse/URBIBBNA-29
Anpassung für gtfs-flex an neues opendata.bbnavi.de (Secrets, etc...)
  • Loading branch information
epam-vkerkhoff authored Jan 9, 2024
1 parent 149468f commit 379d8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
uses: actions/download-artifact@v4
with:
name: gtfs-flex
- name: publish to opendata.bbnavi.docker
- name: publish to opendata.bbnavi.de
run: |
docker run \
--rm -i -v $PWD:/data \
-e "MC_HOST_bbnavi=https://${{ secrets.MINIO_ACCESS_KEY }}:${{ secrets.MINIO_SECRET_KEY }}@opendata.bbnavi.de" \
-e "MC_HOST_bbnavi=https://${{ secrets.OPENDATA_KEY }}:${{ secrets.OPENDATA_SECRET }}@opendata.bbnavi.de" \
minio/mc:RELEASE.2023-09-02T21-28-03Z \
cp /data/index.html /data/gtfs-flex.zip bbnavi/vbb-gtfs-flex/

0 comments on commit 379d8ba

Please sign in to comment.