Hello,
I have my ansible server.yml up but when i go to deploy:
./deploy.yml production mysite.com
-bash: ./deploy.yml: Permission denied
Any thought on what can be happening?
Hello,
I have my ansible server.yml up but when i go to deploy:
./deploy.yml production mysite.com
-bash: ./deploy.yml: Permission denied
Any thought on what can be happening?
You’ve got a typo:
./bin/deploy.sh production mysite.com
Thank you, that did the trick.