File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The efficiency was tested
21
21
22
22
####1 . Change variables to setup Ansible
23
23
24
- [ config/ansible/group_vars/all.yml] ( )
24
+ [ config/ansible/group_vars/all.yml] ( https://github.com/Miicky/rails-react-es6-ansible-capistrano/blob/master/config/ansible/group_vars/all.yml )
25
25
* ruby_version
26
26
* name - application name (use to create folder)
27
27
* node_version - like in package.json
@@ -58,7 +58,7 @@ $ ansible-playbook -i SERVER_IP, playbook.yml
58
58
```
59
59
60
60
####4 . Change variables to setup Capistrano
61
- [ config/deploy.rb] ( )
61
+ [ config/deploy.rb] ( https://github.com/Miicky/rails-react-es6-ansible-capistrano/blob/master/config/deploy.rb )
62
62
Server is ready for deploying through Capistrano
63
63
But after initial setup Capistrano, you need to change the variables according to the ansible variables
64
64
You can’t perform that action at this time.
0 commit comments