Skip to content

Commit 331b959

Browse files
committed
change urls
1 parent a0387bd commit 331b959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The efficiency was tested
2121

2222
####1. Change variables to setup Ansible
2323

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)
2525
* ruby_version
2626
* name - application name (use to create folder)
2727
* node_version - like in package.json
@@ -58,7 +58,7 @@ $ ansible-playbook -i SERVER_IP, playbook.yml
5858
```
5959

6060
####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)
6262
Server is ready for deploying through Capistrano
6363
But after initial setup Capistrano, you need to change the variables according to the ansible variables
6464

0 commit comments

Comments
 (0)