Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kamleshchandnani/rabbit-hole-github-actions
- Owner: kamleshchandnani
- Created: 2020-04-26T11:47:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:32:00.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T12:20:59.316Z (almost 2 years ago)
- Topics: ci-cd, docker, github-actions, github-webhooks, github-workflows, package-registry
- Language: JavaScript
- Size: 244 KB
- Stars: 5
- 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 [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)