This is my circle.yml
test:
override:
- echo "test"
deployment:
production:
branch: master
commands:
- chmod a+x deploy.sh
- ./deploy.sh
This is my circle.yml
test:
override:
- echo "test"
deployment:
production:
branch: master
commands:
- chmod a+x deploy.sh
- ./deploy.sh