Skip to content

Instantly share code, notes, and snippets.

View Jhony0311's full-sized avatar

Jonathan Ortega Jhony0311

View GitHub Profile
@Jhony0311
Jhony0311 / gitlab-ci.yml
Created September 28, 2016 16:32
FRCSTR - Medium Post - GitLab CI
image: node:6
pages:
stage: deploy
script:
- npm install
- npm run build
- mkdir .public
- cp -r dist/* .public
- mv .public public
@Jhony0311
Jhony0311 / README.MD
Created July 29, 2020 17:12
Readme template

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@Jhony0311
Jhony0311 / PR Template
Created July 29, 2020 17:15
PR Template
# Description #
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (tickets)
## Type of change ##
Please delete options that are not relevant.