Skip to content

Commit

Permalink
URBIBBNA-44
Browse files Browse the repository at this point in the history
Indentation
  • Loading branch information
epam-vkerkhoff committed Jan 26, 2024
1 parent 56c3828 commit 6275cf8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/publish-flotte-gbfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ jobs:
ghcr.io/bbnavi/publish-flotte-gbfs \
/bin/sh publish.sh bbnavi/flotte
deploy:
runs-on: [self-hosted, deploy]
needs:
- build-test-deploy
env:
MOQO_ACCESS_TOKEN: "${{ secrets.MOQO_ACCESS_TOKEN }}"
MINIO_ACCESS_KEY: "${{ secrets.OPENDATA_KEY }}"
MINIO_SECRET_KEY: "${{ secrets.OPENDATA_SECRET }}"
steps:
- uses: actions/checkout@v2
- name: Deploy Stack
run: |
docker stack deploy --compose-file ./docker-compose.yml commonsbooking2gbfs
deploy:
runs-on: [self-hosted, deploy]
needs:
- build-test-deploy
env:
MOQO_ACCESS_TOKEN: "${{ secrets.MOQO_ACCESS_TOKEN }}"
MINIO_ACCESS_KEY: "${{ secrets.OPENDATA_KEY }}"
MINIO_SECRET_KEY: "${{ secrets.OPENDATA_SECRET }}"
steps:
- uses: actions/checkout@v2
- name: Deploy Stack
run: |
docker stack deploy --compose-file ./docker-compose.yml commonsbooking2gbfs

0 comments on commit 6275cf8

Please sign in to comment.