Skip to content

Commit

Permalink
Remove migrate step from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakycrow committed Feb 12, 2025
1 parent f2ba600 commit 05b0feb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
secrets: inherit

deploy:
runs-on: ubuntu-latest
runs-on: hermes-1
environment: staging
needs: build
steps:
Expand All @@ -30,14 +30,6 @@ jobs:
- name: Save DigitalOcean kubeconfig
run: doctl kubernetes cluster kubeconfig save ${{ vars.CLUSTER_NAME }}

- name: Install SQLX
run: cargo install sqlx-cli

- name: Run SQLX migrations
run: just migrate
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}

- name: Update kustomization
run: |
cd k8s/overlays/staging
Expand Down

0 comments on commit 05b0feb

Please sign in to comment.