Skip to content

Instantly share code, notes, and snippets.

View welitonfreitas's full-sized avatar

Weliton Freitas welitonfreitas

View GitHub Profile
# Guide
# Configure the essential configurations below and do the following:
#
# Repository Creation:
# cap deploy:repository:create
# git add .
# git commit -am "initial commit"
# git push origin master
#
# Initial Deployment: