In the section "Deploy a version-controlled application" page 42 states the updates script is at "...then running a shell script at
/opt/myapp/scripts/update.sh ."
But the example on the next page says to run:
"Then, run the application’s update.sh shell script:
$ ansible app -b -a "/opt/myapp/update.sh""
This might confuse folks wondering where the missing "scripts" folder went ! :+1 :)
Thanks!
In the section "Deploy a version-controlled application" page 42 states the updates script is at "...then running a shell script at
/opt/myapp/scripts/update.sh ."
But the example on the next page says to run:
"Then, run the application’s update.sh shell script:
$ ansible app -b -a "/opt/myapp/update.sh""
This might confuse folks wondering where the missing "scripts" folder went ! :+1 :)
Thanks!