Skip to content

Commit a165945

Browse files
committed
add deployment status - part 2
1 parent 74e29f9 commit a165945

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
- name: Generate SvelteKit config
5959
run: pnpm svelte-kit sync
6060

61-
# - name: Set deployment status
62-
# if: steps.diff.outputs.db_changed == 'true'
63-
# env:
64-
# DB_URL: ${{ secrets.DB_URL }}
65-
# DB_AUTH_TOKEN: ${{ secrets.DB_AUTH_TOKEN }}
66-
# run: tsx scripts/deploy-status.ts --deploying
61+
- name: Set deployment status
62+
if: steps.diff.outputs.db_changed == 'true'
63+
env:
64+
DB_URL: ${{ secrets.DB_URL }}
65+
DB_AUTH_TOKEN: ${{ secrets.DB_AUTH_TOKEN }}
66+
run: pnpm db:start-deploy
6767

6868
- name: Update database
6969
if: steps.diff.outputs.db_changed == 'true'

database/data/005_properties.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ VALUES
592592
(
593593
'strongly connected',
594594
'is',
595-
'A category is <i>strongly connected</i> if it is inhabited and every two objects $A,B$ can be joined via a morphism: there is a morphism $A \to B$ or there is a morphism $B \to A$. Notice that this is stronger than being connected, and that posets with this property are precisely the inhabited totally ordered sets. The terminology is not standard, but it is taken from Bunge''s PhD thesis <a href="http://www.tac.mta.ca/tac/reprints/articles/30/tr30abs.html" target="_blank">Categories of Set Valued Functors</a>.',
595+
'A category is <i>strongly connected</i> if it is inhabited and every two objects $A,B$ can be joined via a morphism: there is a morphism $A \to B$ or there is a morphism $B \to A$. Notice that this is stronger than being connected, and that posets with this property are precisely the inhabited totally ordered sets.<br>The terminology is not standard, but it is taken from Bunge''s PhD thesis <a href="http://www.tac.mta.ca/tac/reprints/articles/30/tr30abs.html" target="_blank">Categories of Set Valued Functors</a>.',
596596
NULL,
597597
'strongly connected',
598598
TRUE

0 commit comments

Comments
 (0)