add a note about release versioning compatibility between v6 and v7 (#2721)

This commit is contained in:
s4muel 2021-10-28 15:17:31 +02:00 committed by GitHub
parent ea260c981e
commit 1ab23806cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,9 @@
### Step 2: Deploy
1. Find out next release name (ssh to the host, `ls` releases dir, find the bigget number). Example: `42`.
Since the release history numbering is not compatible between v6 and v7, you need to specify the `release_name` manually for the first time. Otherwise you start with release 1.
1. Find out next release name (ssh to the host, `ls` releases dir, find the biggest number). Example: `42`.
2. Deploy with release_name:
```
dep deploy -o release_name=43