Skip to content

Commit 0c8340f

Browse files
Merge pull request #67 from ECM3440/update-manifest-path
fix: updated manifest path
2 parents 98b8805 + ba416dd commit 0c8340f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ env:
1111
STAGING_CLUSTER_NAME: ${{ secrets.STAGING_CLUSTER_NAME }}
1212
PRODUCTION_CLUSTER_NAME: ${{ secrets.PRODUCTION_CLUSTER_NAME }}
1313
IMAGE_PULL_SECRET_NAME: ${{ secrets.IMAGE_PULL_SECRET_NAME }}
14-
STAGING_DEPLOYMENT_MANIFEST_PATH: "deployment-staging.yml"
15-
PRODUCTION_DEPLOYMENT_MANIFEST_PATH: "deployment-production.yml"
14+
STAGING_DEPLOYMENT_MANIFEST_PATH: "deployment/deployment-staging.yml"
15+
PRODUCTION_DEPLOYMENT_MANIFEST_PATH: "deployment/deployment-production.yml"
1616

1717
jobs:
1818
run-linters:

0 commit comments

Comments
 (0)