Giter Site home page Giter Site logo

Comments (1)

dbeatty10 avatar dbeatty10 commented on July 17, 2024

Actions

Resolved with the following actions:

  1. Login to Heroku from a shell (after downloading and installing the Heroku CLI).
heroku login
  1. Get the latest code (should include at least one unreleased commit)
git clone [email protected]:dbt-labs/hubcap.git
cd hubcap
git pull origin
git checkout main
heroku git:remote -a dbt-hubcap
  1. Upgrade to the latest stack
heroku stack:set heroku-22 -a dbt-hubcap
  1. Push to the production app to create a new release
git push heroku main:main 

Output

$ git push heroku main:main

Enumerating objects: 13, done.
Counting objects: 100% (13/13), done.
Delta compression using up to 8 threads
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 1.22 KiB | 1.22 MiB/s, done.
Total 7 (delta 5), reused 0 (delta 0), pack-reused 0
remote: Compressing source files... done.
remote: Building source:
remote: 
remote: -----> Building on the Heroku-22 stack
remote: -----> Using buildpack: heroku/python
remote: -----> Python app detected
remote: -----> Using Python version specified in runtime.txt
remote: -----> Stack has changed from heroku-20 to heroku-22, clearing cache
remote: -----> No change in requirements detected, installing from cache
remote: -----> Installing python-3.9.15
remote: -----> Installing pip 22.2.2, setuptools 63.4.3 and wheel 0.37.1
remote: -----> Installing SQLite3
remote: -----> Installing requirements with pip
remote:        Collecting certifi==2022.9.24
remote:          Downloading certifi-2022.9.24-py3-none-any.whl (161 kB)
remote:        Collecting charset-normalizer==2.1.1
remote:          Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
remote:        Collecting gitdb==4.0.9
remote:          Downloading gitdb-4.0.9-py3-none-any.whl (63 kB)
remote:        Collecting gitpython==3.1.29
remote:          Downloading GitPython-3.1.29-py3-none-any.whl (182 kB)
remote:        Collecting idna==3.4
remote:          Downloading idna-3.4-py3-none-any.whl (61 kB)
remote:        Collecting pyyaml==6.0
remote:          Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
remote:        Collecting requests==2.28.1
remote:          Downloading requests-2.28.1-py3-none-any.whl (62 kB)
remote:        Collecting smmap==5.0.0
remote:          Downloading smmap-5.0.0-py3-none-any.whl (24 kB)
remote:        Collecting urllib3==1.26.12
remote:          Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB)
remote:        Installing collected packages: urllib3, smmap, pyyaml, idna, charset-normalizer, certifi, requests, gitdb, gitpython
remote:        Successfully installed certifi-2022.9.24 charset-normalizer-2.1.1 gitdb-4.0.9 gitpython-3.1.29 idna-3.4 pyyaml-6.0 requests-2.28.1 smmap-5.0.0 urllib3-1.26.12
remote: -----> Discovering process types
remote:        Procfile declares types -> (none)
remote: 
remote: -----> Compressing...
remote:        Done: 25.2M
remote: -----> Launching...
remote:        Released v103
remote:        https://dbt-hubcap.herokuapp.com/ deployed to Heroku
remote: 
remote: Verifying deploy... done.
To https://git.heroku.com/dbt-hubcap.git
   701903f..13adfb9  main -> main

from hubcap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.