Skip to content

Commit

Permalink
Merge pull request #231 from DocShow-AI/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
liberty-rising authored Jan 21, 2024
2 parents bab49ba + 01b830f commit a2d2099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
kubectl --kubeconfig=kubeconfig.yml set image deployment/frontend-deployment frontend=registry.digitalocean.com/docshow-ai/frontend-prod:${{ github.sha }}
kubectl --kubeconfig=kubeconfig.yml set image deployment/backend-deployment backend=registry.digitalocean.com/docshow-ai/backend-prod:${{ github.sha }}
kubectl --kubeconfig=kubeconfig.yml delete job alembic-migration --ignore-not-found
sed -i 's|registry.digitalocean.com/docshow-ai/migration-prod:latest|registry.digitalocean.com/docshow-ai/migration-prod:'"${{ github.sha }}"'|' k8s/migration-job.yaml
kubectl --kubeconfig=kubeconfig.yml apply -f k8s/migration-job.yaml

0 comments on commit a2d2099

Please sign in to comment.