We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In your project folder:
heroku login
Then enter your credentials.
heroku keys:add ~/.ssh/your_public_key (e.g. ~/.ssh/id_rsa_heroku.pub)
Host heroku-shopify Hostname heroku.com IdentityFile your_private_key (e.g. ~/.ssh/id_rsa_heroku) User git ServerAliveInterval 3 ServerAliveCountMax 120
In your project folder: git remote add heroku heroku-shopify:invoicexpress-shopify.git
git remote add heroku heroku-shopify:invoicexpress-shopify.git
git push heroku master
or if you want to push another branch
git push heroku your_branch:master
HAPPY DEPLOYS :D