From 619553ef4e4e381513be3487854e85cd281bbd27 Mon Sep 17 00:00:00 2001 From: Tirumarai Selvan Date: Mon, 11 May 2020 17:07:01 +0530 Subject: [PATCH] add commit step to upgrading on heroku (#4731) --- docs/graphql/manual/deployment/heroku/updating.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/graphql/manual/deployment/heroku/updating.rst b/docs/graphql/manual/deployment/heroku/updating.rst index 65fb0fc913dd4..2a4a7ef10b079 100644 --- a/docs/graphql/manual/deployment/heroku/updating.rst +++ b/docs/graphql/manual/deployment/heroku/updating.rst @@ -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::