mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #7] [MERGED] [core] Add Continuous Delivery for Supabase #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/7
Author: @ricoberger
Created: 9/13/2023
Status: ✅ Merged
Merged: 9/15/2023
Merged by: @ricoberger
Base:
main← Head:core-add-continuous-delivery-for-supabase📝 Commits (1)
70a9b22[core] Add Continuous Delivery for Supabase📊 Changes
1 file changed (+60 additions, -2 deletions)
View changed files
📝
.github/workflows/continuous-delivery.yaml(+60 -2)📄 Description
This commit adds the continuous delivery pipeline for Supabase, to automatically push all database migrations and to deploy all Supabase functions.
When a PR is merged to the "main" branch the pipeline is run for the STAGE project. If a new tag is created the pipeline is run for the PROD project.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.