Skip to content

Commit

Permalink
Test self host
Browse files Browse the repository at this point in the history
  • Loading branch information
mavalosn committed Dec 20, 2023
1 parent 0815b32 commit 663eacf
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 @@ -59,6 +59,6 @@ jobs:
ls -la
helm list
cd argocd
helm list && helm repo add processmaker https://charts.processmaker.io --username processmaker --password kqKVSrK9qPuQkjrQS && helm repo update && helm install --timeout 40m -f processmaker.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 }}
echo "Finish migration ...................."

0 comments on commit 663eacf

Please sign in to comment.