feat: public.usr_root, public.grp_admins

This commit is contained in:
Orion Kindel
2023-07-15 18:22:40 -04:00
parent 1bf3d29863
commit c83a4cece6
10 changed files with 34 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
name: 'migrate-devel'
on: {push: {branches: ['main']}}
on: {push: {tags: ['devel@*']}}
jobs:
migrate-devel:

View File

@@ -1,5 +1,5 @@
name: 'migrate-stage'
on: {push: {branches: ['main']}}
on: {push: {tags: ['stage@*']}}
jobs:
migrate-stage:
@@ -9,7 +9,7 @@ jobs:
steps:
- uses: 'actions/checkout@v3'
with: { fetch-depth: 0 }
- run: './scripts/migrate.sh --greenlight'
- run: './scripts/migrate.sh ${{ gitea.ref_name }} --greenlight'
env:
DOCKER_HOST: 'unix:///run/user/1001/docker.sock'
POSTGRES_URI: '${{ secrets.POSTGRES_STAGE_URI }}'