jmandel / tryGithubActions

A simple example of GitHub Actions

Home Page:https://try-github-action.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tryGithubActions

What is this?

This project is a demonstration of a CI/CD pipeline for a Vue.js project being deployed in Heroku, if you would like to know more about the intentations behind this project you can read my blog post here

I want my name on the project

If you would like to have your GitHub profile in the website you can fork this repo and add your Github handle in the src/users.json file. Once your pull request is merged it will automatically be tested and deployed.

If you are unfamiliar with GitHub and open source this could be a great opportunity to make your first PR.

Local dev setup

Install dependenceis

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

About

A simple example of GitHub Actions

https://try-github-action.herokuapp.com/


Languages

Language:Vue 45.0%Language:HCL 25.9%Language:HTML 15.7%Language:JavaScript 10.1%Language:Dockerfile 3.3%