-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖🛟 ↝ Merge pull request #44 from Signal-K/GP-8-Supabase-Unity-pass-in…
…-session-data-inventoryPLANETS-data-to-Unity✈️ 🤖 ↝ [CPW-12 GP-18 GP-28 SGV2-40 SGV2-14]: Add tables & new schemas
- Loading branch information
Showing
46 changed files
with
242 additions
and
472 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Supabase | ||
.branches | ||
.temp | ||
.env | ||
.env.local |
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.