Deploying to Heroku
bash
git init
heroku login
heroku create
git remote add origin git@gitlab.com:username/nameofapp.git
git add .
git commit -am 'initial commit'
git push origin main