[PR #7] [MERGED] [core] Add Continuous Delivery for Supabase #16

Closed
opened 2025-10-31 16:55:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/7 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 9/13/2023 **Status:** ✅ Merged **Merged:** 9/15/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-add-continuous-delivery-for-supabase` --- ### 📝 Commits (1) - [`70a9b22`](https://github.com/feeddeck/feeddeck/commit/70a9b227a37a325648678397ebb6fc94e515f004) [core] Add Continuous Delivery for Supabase ### 📊 Changes **1 file changed** (+60 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/continuous-delivery.yaml` (+60 -2) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:55:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#16