You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
grendelson
changed the title
Page 42-43 exmaple doesn't' match explanation
Page 42-43 example doesn't match explanation
Sep 9, 2020
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!
The text was updated successfully, but these errors were encountered: