Skip to content

Commit

Permalink
Merge pull request #10 from cash-track/feature/k8s-deploy
Browse files Browse the repository at this point in the history
Remove outdated deploy step
  • Loading branch information
vokomarov authored Aug 8, 2022
2 parents 3e41070 + 490f935 commit b52dca0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,5 @@ jobs:
- name: Deploy
run: kubectl -n ${{ env.NAMESPACE }} delete pod mysql-0

- name: Verify deployment
run: kubectl -n ${{ env.NAMESPACE }} rollout status statefulset/mysql

- name: Verify service ready
run: kubectl -n ${{ env.NAMESPACE }} wait pods -l app=mysql --for condition=Ready --timeout=30s
run: kubectl -n ${{ env.NAMESPACE }} wait pods -l app=mysql --for condition=Ready --timeout=60s

0 comments on commit b52dca0

Please sign in to comment.