Skip to content

Commit

Permalink
fix: deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen authored Feb 5, 2022
1 parent f1411b0 commit 0684bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
- name: Save DigitalOcean kubeconfig
run: doctl kubernetes cluster kubeconfig save ${{ secrets.PRODUCTION_CLUSTER_NAME }}
- name: Update kubernetes resources
run: kustomize build deployment/overlays/production | kubectl apply -n webmap --wait -f -
run: kustomize build deployment/overlays/prod | kubectl apply -n webmap --wait -f -
working-directory: ${{ env.project-directory }}

0 comments on commit 0684bc8

Please sign in to comment.