https://github.com/codeship/dns-example
How to use dnsdeploy with Codeship
https://github.com/codeship/dns-example
Last synced: 9 months ago
JSON representation
How to use dnsdeploy with Codeship
- Host: GitHub
- URL: https://github.com/codeship/dns-example
- Owner: codeship
- Created: 2014-09-06T06:40:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-07T11:21:56.000Z (over 11 years ago)
- Last Synced: 2025-03-31T12:58:10.553Z (11 months ago)
- Language: Ruby
- Homepage:
- Size: 99.6 KB
- Stars: 14
- Watchers: 22
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Using dnsdeploy with Codeship
###Codeship Setup Commands:
```
rvm use $(cat .ruby-version) --install
bundle install
```
###Codeship Test Commands:
```
bundle exec ruby validate.rb
```
###Codeship Deploy Commands:
```
bash deploy.sh
```
###DNSimple credentials
You need to export your DNSimple credentials as `DNSIMPLE_USERNAME` and `DNSIMPLE_API_TOKEN`
[ ](https://www.codeship.io/projects/34149)