docs/_docs/jack-deploy.md in jack-eb-1.3.0 vs docs/_docs/jack-deploy.md in jack-eb-1.4.0

- old
+ new

@@ -1,10 +1,10 @@ --- title: jack deploy --- -So far we have been using an empty folder as our project to mainly demonstrate jack's abiliy to download and managed configuration files. Jack can also deploy applications to the Elastic Beanstalk environments. For this next step, we will deploy a small test sinatra app available on GitHub at [tongueroo/sinatra](https://github.com/tongueroo/sinatra). +So far we have been using an empty folder as our project to mainly demonstrate jack's ability to download and manage configuration files. Jack can also deploy application code to the Elastic Beanstalk environment. For this next step, we will deploy a small test sinatra app available on GitHub at [tongueroo/sinatra](https://github.com/tongueroo/sinatra). Clone the project and cd into it: ```sh git clone https://github.com/tongueroo/sinatra.git @@ -25,7 +25,9 @@ ```sh EB_OPTION='--nohang' jack deploy hi-web-stag ``` -<a class="btn btn-basic" href="{% link _docs/jack-diff.md %}">Back</a> -<a class="btn btn-primary" href="{% link _docs/jack-terminate.md %}">Next Step</a> +<a id="prev" class="btn btn-basic" href="{% link _docs/jack-diff.md %}">Back</a> +<a id="next" class="btn btn-primary" href="{% link _docs/jack-terminate.md %}">Next Step</a> +<p class="keyboard-tip">Pro tip: Use the <- and -> arrow keys to move back and forward.</p> +