Skip to content

Commit

Permalink
chore: update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
daniluk4000 committed Dec 2, 2024
1 parent 900bf8c commit 21b0255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }}
clusterName: main
- name: Deploy App
run: kubectl apply -f .config/k8s/next/app.yml
run: kubectl replace -f .config/k8s/next/app.yml --force
- name: Validate App
run: kubectl rollout status deployment app-next
- name: Validate Worker
Expand Down

0 comments on commit 21b0255

Please sign in to comment.