Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Dec 6, 2024
1 parent e8d936d commit b8517bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/job_clickhouse_migration_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
run: go install github.com/pressly/goose/v3/cmd/goose@latest


- name: Deploy
run: goose up
- name: Migrate
run: goose clickhouse ${{ secrets.CLICKHOUSE_URL }} up
working-directory: internal/clickhouse/schema
env:
GOOSE_DRIVER: clickhouse
GOOSE_DB_STRING: ${{ secrets.CLICKHOUSE_URL }}
8 changes: 3 additions & 5 deletions .github/workflows/job_clickhouse_migration_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
run: go install github.com/pressly/goose/v3/cmd/goose@latest


- name: Deploy
run: goose up
- name: Migrate
run: goose clickhouse ${{ secrets.CLICKHOUSE_URL }} up

working-directory: internal/clickhouse/schema
env:
GOOSE_DRIVER: clickhouse
GOOSE_DB_STRING: ${{ secrets.CLICKHOUSE_URL }}

0 comments on commit b8517bc

Please sign in to comment.