Skip to content

Commit

Permalink
Fix deployment job
Browse files Browse the repository at this point in the history
  • Loading branch information
vokomarov committed Aug 27, 2022
1 parent c9d21a3 commit a04c2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ jobs:
- name: Verify service ready
run: kubectl -n ${{ env.NAMESPACE }} wait pods -l app=api --for condition=Ready --timeout=60s

- name: Clear cache
run: kubectl -n ${{ env.NAMESPACE }} exec deployments/api -i -- php app.php migrate
- name: Migrate database
run: kubectl -n ${{ env.NAMESPACE }} exec deployments/api -- php app.php migrate

0 comments on commit a04c2d5

Please sign in to comment.