[PR #4] [MERGED] Add GitHub Action to Publish Web Version #13

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

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/4
Author: @ricoberger
Created: 9/6/2023
Status: Merged
Merged: 9/6/2023
Merged by: @ricoberger

Base: mainHead: add-github-action-to-publish-web-version


📝 Commits (1)

  • 159ed83 Add GitHub Action to Publish Web Version

📊 Changes

2 files changed (+68 additions, -1 deletions)

View changed files

📝 .github/workflows/continuous-delivery.yaml (+67 -0)
📝 CONTRIBUTING.md (+1 -1)

📄 Description

Add a new GitHub Action to publish the web version of FeedDeck to Cloudflare Pages. The action will build and publish the web version to the stage project on every commit to the main branch and to the prod project when a new tag is created.


🔄 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/4 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 9/6/2023 **Status:** ✅ Merged **Merged:** 9/6/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `add-github-action-to-publish-web-version` --- ### 📝 Commits (1) - [`159ed83`](https://github.com/feeddeck/feeddeck/commit/159ed8334b4df0667bf9e2b76d8cdbe44fe70e2d) Add GitHub Action to Publish Web Version ### 📊 Changes **2 files changed** (+68 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/continuous-delivery.yaml` (+67 -0) 📝 `CONTRIBUTING.md` (+1 -1) </details> ### 📄 Description Add a new GitHub Action to publish the web version of FeedDeck to Cloudflare Pages. The action will build and publish the web version to the stage project on every commit to the main branch and to the prod project when a new tag is created. --- <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:39 -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#13