Skip to content

Commit e6c8cfe

Browse files
committed
remove DEPLOYMENT_MAP from GA, doesnt do anything
1 parent 57bfe42 commit e6c8cfe

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.github/workflows/build-hexwood.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
DEPLOYMENT_ENVIRONMENT: ${{ inputs.SELECTED_ENVIRONMENT }}
5454
DEPLOYMENT_PRIORITY: default
5555
PLATFORMS: linux/amd64
56-
DEPLOYMENT_MAP: ${{ inputs.SELECTED_MAP }}
5756
DEPLOYMENT_CHAIN: ${{ inputs.SELECTED_CHAIN }}
5857
secrets:
5958
AZURE_REGISTRY_URL: ${{ secrets.AZURE_REGISTRY_URL }}

.github/workflows/build-main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
uses: ./.github/workflows/build.yaml
1313
with:
1414
DEPLOYMENT_DOMAIN: downstream.game
15-
DEPLOYMENT_MAP: quest-map
1615
DEPLOYMENT_ENVIRONMENT: hexwood0
1716
DEPLOYMENT_PRIORITY: default
1817
DEPLOYMENT_CHAIN: anvil

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ on:
3030
required: false
3131
default: true
3232
type: boolean
33-
DEPLOYMENT_MAP:
34-
type: string
35-
description: Map
36-
default: default
3733

3834
secrets:
3935
AZURE_REGISTRY_URL:
@@ -261,7 +257,6 @@ jobs:
261257
domain: ${{ inputs.DEPLOYMENT_DOMAIN }}
262258
version: ${{ github.sha }}
263259
priorityClassName: ${{ inputs.DEPLOYMENT_PRIORITY }}
264-
map: ${{ inputs.DEPLOYMENT_MAP }}
265260
run: |
266261
echo "${CHART_VALUES}" > /tmp/values.yaml
267262
helm upgrade --install --wait \

0 commit comments

Comments
 (0)