Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 11, 2025

Adds automated deployment pipelines to GitHub Pages and Firebase Hosting.

Changes

Workflows (.github/workflows/)

  • deploy-github-pages.yml - Builds and deploys to GitHub Pages on push to master
  • deploy-firebase.yml - Builds and deploys to Firebase Hosting on push to master

Both workflows:

  • Install npm + bower dependencies
  • Compile SCSS → CSS and JSX → JS via gulp
  • Support manual triggering via workflow_dispatch
  • Use explicit permissions (CodeQL validated)

Configuration

  • firebase.json - Hosting config, excludes source files (.scss, .jsx, etc.)
  • .gitignore - Excludes .firebase/ and .firebaserc

Required Secrets

GitHub Pages: None (uses built-in GITHUB_TOKEN)

Firebase Hosting:

  • FIREBASE_SERVICE_ACCOUNT - JSON service account key from Firebase Console → Project Settings → Service Accounts
  • FIREBASE_PROJECT_ID - Project ID from Firebase Console → Project Settings → General

Enable GitHub Pages via Settings → Pages → Source: "GitHub Actions"

Original prompt

create github actions that deploy to github-pages and to firebase-hosting. let me know what secrets to add and how to get them


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Add GitHub Actions for deploying to GitHub Pages and Firebase Hosting Add GitHub Actions workflows for GitHub Pages and Firebase Hosting deployment Nov 11, 2025
Copilot AI requested a review from ProLoser November 11, 2025 04:07
@ProLoser
Copy link
Owner

@copilot i don't want your markdownf ile

Copy link
Contributor Author

Copilot AI commented Nov 11, 2025

@copilot i don't want your markdownf ile

Removed in 7f2bab3

@ProLoser ProLoser marked this pull request as ready for review November 11, 2025 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants