0.1.1 • Published 8 years ago

ugly-build v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

.travis.yml

branches:
  only:
    - master

language: node_js
node_js:
  - "8"

cache:
  directories:
    - $HOME/.cache/pip
    - node_modules

before_install:
  - pip install --user awscli
  - export PATH=$PATH:$HOME/.local/bin

install:
  - npm install

script:
  - node ./node_modules/ugly-build/index.js build
deploy:
  - provider: pages
    skip_cleanup: true
    github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
    local_dir: .build
  - provider: s3
    skip_cleanup: true
    access_key_id: $AWS_ACCESS_KEY_ID # Set in travis-ci.org dashboard
    secret_access_key: $AWS_SECRET_ACCESS_KEY # Set in travis-ci.org dashboard
    bucket: $AWS_S3_BUCKED # Set in travis-ci.org dashboard
    local_dir: .build
    region: eu-west-1
after_deploy:
  - aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION_ID --paths "/*"

on travis-ci.org add:

0.1.1

8 years ago

0.1.0

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago