mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #4] [MERGED] Add GitHub Action to Publish Web Version #13
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/4
Author: @ricoberger
Created: 9/6/2023
Status: ✅ Merged
Merged: 9/6/2023
Merged by: @ricoberger
Base:
main← Head:add-github-action-to-publish-web-version📝 Commits (1)
159ed83Add 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.