Skip to content

Commit

Permalink
Bounce instance
Browse files Browse the repository at this point in the history
  • Loading branch information
mavalosn committed Dec 21, 2023
1 parent 16facd4 commit f312425
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .github/workflows/deploy-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,25 @@ jobs:
git clone --depth 1 -b eng "https://[email protected]/ProcessMaker/argocd.git" argocd
cd argocd
ls -la
- name: CreateDB
- name: Bouncing Instance
run: |
echo "Creating DB ............."
echo "Bouncing ............."
cd argocd
kubectl apply -f template-db.yaml
echo "##### HELM VERSION ######"
helm version
- name: Deploy instance
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 processmaker.yaml processmaker processmaker/enterprise --version 2.0.0
echo "##### HELM VERSION ######"
helm version
kubectl apply -f template-bounce.yaml
#- name: CreateDB
# run: |
# echo "Creating DB ............."
# cd argocd
# kubectl apply -f template-db.yaml
# echo "##### HELM VERSION ######"
# helm version
#- name: Deploy instance
# 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 processmaker.yaml processmaker processmaker/enterprise --version 2.0.0
# echo "##### HELM VERSION ######"
# helm version
#imageEKS:
# name: build-docker-image-EKS
# runs-on: self-hosted
Expand Down

0 comments on commit f312425

Please sign in to comment.