calee14 / cappillen.com

A website about a capper who is cappin

Home Page:http://cappillen.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cappillen.com

enhancements

Heroku CLI

move to branch that we want to deploy to heroku

$ git checkout branch-to-deploy

use heroku cli to add a remote location to deploy our app

$ heroku git:remote -a app-name

push git repo normally but we will send to our heroku remote.

$ git push heroku branch-to-deploy:main

About

A website about a capper who is cappin

http://cappillen.com


Languages

Language:Python 51.2%Language:HTML 29.2%Language:JavaScript 14.8%Language:CSS 4.7%Language:Procfile 0.1%Language:Makefile 0.1%