ops_tasks 0.5.0 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/ops_tasks/deployment.rb +1 -1
- data/lib/ops_tasks/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3525d039eed793157df65e48dc7e42d6aa478324
|
|
4
|
+
data.tar.gz: 6430047b350aca6f1a9c841e47172432a6cf8053
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ef08fb56bee7cc684060e6ada87f8b6e12959a58347133ba5de423bf1c2b79116d3607d022e365f9ad04a139397603c2e9733cd6055ef72d42972f6ff5cc68e
|
|
7
|
+
data.tar.gz: c69a9b7ce443583058205658590652cbc19a80912754a34393909fca7632bc47730e2689384581f1ac95c704c606e5b98331cefc5de704714aaeeecdc5bdfd4f
|
data/README.md
CHANGED
|
@@ -65,11 +65,11 @@ You can use [figaro](https://github.com/laserlemon/figaro) or [dotenv](https://g
|
|
|
65
65
|
1. If using dotenv, use a `.env` file in the root of your project.
|
|
66
66
|
1. To generate a dotenv file, run the command
|
|
67
67
|
|
|
68
|
-
ops_tasks init
|
|
68
|
+
`ops_tasks init`
|
|
69
69
|
|
|
70
70
|
1. To add a deploy environment, run the command
|
|
71
71
|
|
|
72
|
-
ops_tasks add <environment name
|
|
72
|
+
`ops_tasks add <environment name>`
|
|
73
73
|
|
|
74
74
|
## Usage (With Rails)
|
|
75
75
|
|
data/lib/ops_tasks/deployment.rb
CHANGED
data/lib/ops_tasks/version.rb
CHANGED