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: 9 months ago
JSON representation
Demonstration of GitHub actions and workflows for production-grade applications
- Host: GitHub
- URL: https://github.com/kamleshchandnani/rabbit-hole-github-actions
- Owner: kamleshchandnani
- Created: 2020-04-26T11:47:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:32:00.000Z (over 3 years ago)
- Last Synced: 2025-01-06T12:07:10.943Z (over 1 year ago)
- Topics: ci-cd, docker, github-actions, github-webhooks, github-workflows, package-registry
- Language: JavaScript
- Size: 244 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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 git@github.com:/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)