Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamleshchandnani/rabbit-hole-github-actions

Demonstration of GitHub actions and workflows for production-grade applications
https://github.com/kamleshchandnani/rabbit-hole-github-actions

ci-cd docker github-actions github-webhooks github-workflows package-registry

Last synced: about 2 months ago
JSON representation

Demonstration of GitHub actions and workflows for production-grade applications

Awesome Lists containing this project

README

        

# GitHub actions

# Setup
- First fork [this repo](https://github.com/kamleshchandnani/rabbit-hole-github-actions) in your account and add following secrets to your cloned GitHub repo by clicking on the `Settings` tab on GitHub:
```bash
DOCKER_HUB_USERNAME: your_github_username
```
- Then clone the repo on your local
```bash
git clone [email protected]:/rabbit-hole-github-actions.git

# Install dependencies
yarn

# To start the app, run the following command and navigate to http://localhost:8888
yarn start
```

# Next Step?
Read the whole blog for details of how things are working here: [kamleshchandnani.com/articles/jumping-down-the-rabbit-hole-of-github-actions](https://kamleshchandnani.com/articles/jumping-down-the-rabbit-hole-of-github-actions)