Skip to content

Commit

Permalink
add commit step to upgrading on heroku (#4731)
Browse files Browse the repository at this point in the history
  • Loading branch information
tirumaraiselvan committed May 11, 2020
1 parent 6ffb29b commit 619553e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/graphql/manual/deployment/heroku/updating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ at https://github.com/hasura/graphql-engine/releases.
.. code-block:: Dockerfile
:emphasize-lines: 1
FROM hasura/graphql-engine:v1.0.0-alpha01
FROM hasura/graphql-engine:v1.0.0
...
...
Change ``v1.0.0-alpha01`` to ``v1.0.0-alpha02`` for example, and then ``git push heroku master`` to deploy.
Change ``v1.0.0`` to ``v1.1.0`` for example, commit this and then ``git push heroku master`` to deploy.

.. note::

Expand Down

0 comments on commit 619553e

Please sign in to comment.