Skip to content

Commit

Permalink
Deploy new instance
Browse files Browse the repository at this point in the history
  • Loading branch information
mavalosn committed Dec 21, 2023
1 parent 8fc0b8c commit 16facd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
echo "Creating DB ............."
cd argocd
helm list && helm repo add processmaker ${{ secrets.HELM_REPO }} --username ${{ secrets.HELM_USERNAME }} --password ${{ secrets.HELM_PASSWORD }} && helm install --timeout 40m -f values.yaml processmaker processmaker/enterprise --version 2.0.0
helm list && helm repo add processmaker ${{ secrets.HELM_REPO }} --username ${{ secrets.HELM_USERNAME }} --password ${{ secrets.HELM_PASSWORD }} && helm install --timeout 40m -f processmaker.yaml processmaker processmaker/enterprise --version 2.0.0
echo "##### HELM VERSION ######"
helm version
#imageEKS:
Expand Down

0 comments on commit 16facd4

Please sign in to comment.