Skip to content

Commit 6a0f390

Browse files
committed
Fixes #119: Update README for Ruby on Rails deployments example.
1 parent 3226836 commit 6a0f390

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deployments/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Once the VM is built, you can visit `http://192.168.33.7/` (or whatever domain n
1414

1515
## Deploying application updates
1616

17-
The first 'production' release of this demo app is version `1.1.4`, which includes a basic interface for viewing and managing Articles. Subsequent releases can be deployed by incrementing the `app_version` in `playbooks/vars.yml`, then running the Ansible provisioner again with `vagrant provision`.
17+
The first 'production' release of this demo app is version `2.0.1`, which includes a basic interface for viewing and managing Articles. Subsequent releases can be deployed by incrementing the `app_version` in `playbooks/vars.yml`, then running the Ansible provisioner again with `vagrant provision`.
1818

1919
Some notable releases you could test:
2020

21-
- `1.1.4`: The first stable release. Very basic interface for performing CRUD operations on Articles, but this release is not idempotently-deployable due to some incorrect settings.
22-
- `1.2.0`: Major changes to the structure of the app, like the home page and general layout.
23-
- `1.2.2`: First 'production' version of the app, with user interface elements complete. First version of the app able to be deployed idempotently.
24-
- `1.3.0`: Major UX and design/layout improvements.
21+
- `1.1.4`: First stable release, but not idempotent when deployed.
22+
- TODO: This version is deprecated, but a similar version may be added soon.
23+
- `2.0.1`: First stable release with Article CRUD deployable on modern Ruby versions.
24+
- `2.1.0`: Includes a fancy new header with a linear gradient background. Marketing is happy.
2525

2626
## About the Author
2727

0 commit comments

Comments
 (0)