Skip to content

Commit

Permalink
remove compose name, to force autogenerated project-name, to in turn …
Browse files Browse the repository at this point in the history
…have separate volumes per deployment
  • Loading branch information
clezag committed Sep 23, 2024
1 parent 4360e3c commit ff27c42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ jobs:
cancel-in-progress: true
env:
PROJECT_NAME: c3nav-test
COMPOSE_PROJECT_NAME: c3nav-test
steps:
- name: Checkout source code
uses: actions/checkout@v2

- name: Create .env file
uses: noi-techpark/github-actions/env-file@v2
env:
X_COMPOSE_PROJECT_NAME: ${{ env.PROJECT_NAME }}
X_C3NAV_TAG: 897cf68ccc1731372ee3fba6044b6292f7bdc3d3
X_C3NAV_DOMAIN: maps.sfscon.testingmachine.eu
X_SERVER_PORT: 1001
Expand Down Expand Up @@ -52,6 +54,7 @@ jobs:
- name: Create .env file
uses: noi-techpark/github-actions/env-file@v2
env:
X_COMPOSE_PROJECT_NAME: ${{ env.PROJECT_NAME }}
X_C3NAV_TAG: 897cf68ccc1731372ee3fba6044b6292f7bdc3d3
X_C3NAV_DOMAIN: maps.sfscon.it
X_SERVER_PORT: 1002
Expand Down

0 comments on commit ff27c42

Please sign in to comment.