Sha256: 0460dad474175b83e5d78b53a69eb90b4a0a97ff8540c55440d0b3a49d5e5e7f

Contents?: true

Size: 732 Bytes

Versions: 6

Compression:

Stored size: 732 Bytes

Contents

image: ruby:1.9

environment:
  - COVERAGE
  - GIT_COMMIT
  - GIT_BRANCH
  - GIT_SSH_KEY
  - GIT_AUTHOR_NAME
  - GIT_AUTHOR_EMAIL
  - RUBYGEMS_API_KEY
  - SITE_DEPLOY

targets:
  build:
    - bundle install --path=vendor/bundle
    - bundle exec rake spec

  install:
    - bundle install --path=vendor/bundle
    - bundle exec rake install

  site:
    build: construi/site
    files:
      - $GIT_SSH_KEY:/root/.ssh/id_rsa:0600
    run:
      - bundle install --path=vendor/bundle
      - bash construi/site/run.sh

  release:
    files:
      - $GIT_SSH_KEY:/root/.ssh/id_rsa:0600
    run: bash construi/release/script.sh

  deploy:
    files:
      - $GIT_SSH_KEY:/root/.ssh/id_rsa:0600
    run: bash construi/deploy/script.sh

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
construi-0.41.0 construi.yml
construi-0.40.0 construi.yml
construi-0.39.0 construi.yml
construi-0.38.0 construi.yml
construi-0.37.0 construi.yml
construi-0.36.0 construi.yml