Skip to content

Repo to practice Github Actions to build and deploy ๐Ÿš€ React app on github-pages

Notifications You must be signed in to change notification settings

ShuLaPy/github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Repo to practice Github Actions

Build and Deploy

This repo is created to test the Github Actions to deploy this Simple react app created with create-react-app --template typescript on github-pages.

Agenda of this github-actions

Whenever any branch is merged in main branch or any changes pushed to the main branch this event should trigger the github-actions

  1. ๐Ÿง Fist it should provision ubuntu-latest machine for our build process

  2. ๐Ÿ› ๏ธ Then it should install the required packages and start the build process

  3. ๐Ÿš€ On completion of build it should deploy the build folder on the gh-pages branch.

About

Repo to practice Github Actions to build and deploy ๐Ÿš€ React app on github-pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published