Skip to content

Commit

Permalink
remove replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubangizi committed Mar 18, 2024
1 parent e29abfc commit de02e41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
REACT_APP_LOGIN_URL: ${{ secrets.STAGING_REACT_APP_LOGIN_URL }}
REACT_APP_CRANE_CLOUD_STATUS: ${{ secrets.STAGING_REACT_APP_CRANE_CLOUD_STATUS }}
REACT_APP_MIRA_DOCS_URL: ${{ secrets.STAGING_REACT_APP_MIRA_DOCS_URL }}
REACT_APP_MIRA_BLOG_URL: 'https://staging-blog.mira.cranecloud.io'

run: |
chmod +x ./.github/workflows/bin/create_envs.sh
Expand Down Expand Up @@ -120,4 +121,4 @@ jobs:

- name: Update deployment image
run: |
kubectl set image deployment/cranecloud-cms-frontend cranecloud-cms-frontend=gcr.io/${{ secrets.GCP_PROJECT_ID }}/cranecloud-cms-frontend:${{ steps.export.outputs.tag }} -n $namespace --replicas=2
kubectl set image deployment/cranecloud-cms-frontend cranecloud-cms-frontend=gcr.io/${{ secrets.GCP_PROJECT_ID }}/cranecloud-cms-frontend:${{ steps.export.outputs.tag }} -n $namespace

0 comments on commit de02e41

Please sign in to comment.