Skip to content

Commit

Permalink
NIT-994 pipeline for installing helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahzad Chaudhry committed Dec 20, 2023
1 parent 7382934 commit 8bc2761
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cloud-platform-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ permissions:
contents: read # This is required for actions/checkout
defaults:
run:
working-directory: ./alfresco-content-services
working-directory: alfresco-content-services

jobs:
poc-deployment-job:
poc-release:
# Get this GitHub environment populated with action secrets by raising a CP pull request. See docs at:
# https://github.com/ministryofjustice/cloud-platform-terraform-serviceaccount?tab=readme-ov-file#input_github_environments
environment: poc
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
version: 'v3.9.0'
id: helm_install

- name: PoC deployment
- name: PoC release
env:
KUBE_NAMESPACE: ${{ secrets.KUBE_NAMESPACE }}
KUBE_CLUSTER: ${{ secrets.KUBE_CLUSTER }}
Expand Down Expand Up @@ -84,11 +84,11 @@ jobs:
--set global.tracking.sharedsecret=$SECRET \
--atomic
dev-deployment-job:
needs: poc-deployment-job
dev-release:
needs: poc-release
environment: dev
runs-on: ubuntu-latest
steps:
- name: PoC deployment
- name: Dev release
run: |
echo "This job will only run in sequence and only after the above job is completed successfully"

0 comments on commit 8bc2761

Please sign in to comment.