File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 66 paths :
77 - " configs/**"
88 - " **.go"
9+ paths-ignore :
10+ - " .github/**"
11+ - " **.md"
912 pull_request :
1013 branches : [master]
1114 paths :
1215 - " configs/**"
1316 - " **.go"
17+ paths-ignore :
18+ - " .github/**"
19+ - " **.md"
1420
1521jobs :
1622 build :
Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ CLI command for generate a default `.cgapp.yml` config file in current folder:
8686cgapp init
8787```
8888
89+ 📺 Preview: https://recordit.co/yvlnIu8Lyp
90+
8991<details >
9092<summary >Generated config file</summary >
9193
@@ -187,6 +189,8 @@ Run `create` command **without** any arguments:
187189cgapp create
188190` ` `
189191
192+ 📺 Preview : https://recordit.co/LTxFQloedn
193+
190194# ### Create from the config file
191195
192196Run `create` command **with** `--use-config` (or `-c`) argument :
@@ -214,6 +218,8 @@ Run `deploy` command **without** any arguments:
214218cgapp deploy
215219` ` `
216220
221+ 📺 Preview : https://recordit.co/ewjG9dgMPX
222+
217223# ### Deploy from the config file
218224
219225Run `deploy` command **with** `--use-config` (or `-c`) argument :
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ var (
189189 {
190190 Name : "roles" ,
191191 Prompt : & survey.Confirm {
192- Message : "Do you want to install Ansible roles for deploy your project?" ,
192+ Message : "Do you want to create Ansible playbook for deploy your project?" ,
193193 Default : true ,
194194 },
195195 },
You can’t perform that action at this time.
0 commit comments