Skip to content

Commit

Permalink
light at the end of a tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisjanisP committed Aug 16, 2023
1 parent 0878424 commit efd9c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: doctl kubernetes cluster kubeconfig save --expiry-seconds 600 ${{ secrets.CLUSTER_NAME }}

- name: Deploy to DigitalOcean Kubernetes
run: kubectl apply -f ./kubernetes/proglv_backend_deployment.yaml
run: kubectl apply -f ./kubernetes/gucci_deployment.yaml

- name: Verify deployment
run: timeout 30s kubectl rollout status deployment/proglv-backend -n backend

0 comments on commit efd9c03

Please sign in to comment.