Skip to content

Commit

Permalink
🤖🛟 ↝ Merge pull request #44 from Signal-K/GP-8-Supabase-Unity-pass-in…
Browse files Browse the repository at this point in the history
…-session-data-inventoryPLANETS-data-to-Unity

✈️🤖 ↝ [CPW-12 GP-18 GP-28 SGV2-40 SGV2-14]: Add tables & new schemas
  • Loading branch information
Gizmotronn authored Jun 1, 2024
2 parents d8bfe1b + cc628d8 commit 8192a29
Show file tree
Hide file tree
Showing 46 changed files with 242 additions and 472 deletions.
Binary file modified .DS_Store
Binary file not shown.
File renamed without changes.
29 changes: 29 additions & 0 deletions supabase/.github/workflows/deployPanoptesFrontend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Deploy PFE Production

on:
# Run this workflow on push to production-release tag (via chatops)
push:
tags:
- production-release

# Allow running this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
name: Build production
uses: zooniverse/ci-cd/.github/workflows/npm_build.yaml@main
with:
commit_id: ${{ github.sha }}
node_version: 'lts/iron'
output: 'dist'
script: 'build-production'
deploy_production:
name: Deploy production
uses: zooniverse/ci-cd/.github/workflows/deploy_static.yaml@main
needs: build
with:
source: 'dist'
target: 'www.zooniverse.org'
secrets:
creds: ${{ secrets.AZURE_STATIC_SITES }}
5 changes: 5 additions & 0 deletions supabase/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Supabase
.branches
.temp
.env
.env.local
Binary file removed supabase/Auth.sql
Binary file not shown.
Binary file removed supabase/Storage.sql
Binary file not shown.
31 changes: 0 additions & 31 deletions supabase/Tables/Articles.csv

This file was deleted.

3 changes: 0 additions & 3 deletions supabase/Tables/Classifications.csv

This file was deleted.

12 changes: 0 additions & 12 deletions supabase/Tables/Comments.csv

This file was deleted.

32 changes: 0 additions & 32 deletions supabase/Tables/Planetsss.csv

This file was deleted.

2 changes: 0 additions & 2 deletions supabase/Tables/basePlanetSectors.csv

This file was deleted.

6 changes: 0 additions & 6 deletions supabase/Tables/basePlanets.csv

This file was deleted.

Binary file removed supabase/Tables/basePlanets.sql
Binary file not shown.
184 changes: 0 additions & 184 deletions supabase/Tables/contentROVERIMAGES.csv

This file was deleted.

10 changes: 0 additions & 10 deletions supabase/Tables/inventoryITEMS.csv

This file was deleted.

Empty file.
43 changes: 0 additions & 43 deletions supabase/Tables/inventoryPLANETS.csv

This file was deleted.

7 changes: 0 additions & 7 deletions supabase/Tables/inventorySPACESHIPS.csv

This file was deleted.

1 change: 0 additions & 1 deletion supabase/Tables/inventorySPACESHIPS2.csv

This file was deleted.

Loading

0 comments on commit 8192a29

Please sign in to comment.