Skip to content

Commit

Permalink
update deployment settings for new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-paddle committed Jul 10, 2019
1 parent 5da70b0 commit 457de83
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
16 changes: 7 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,25 @@ jobs:
- sh -vx ./build-script/docker_start.sh
- sh -vx ./build-script/before_script.sh
- $DOCKER_SH "PYTHON=$PYTHON ./build-script/alpine_container_prep.sh"
- $DOCKER_SH "$MAKE behave PYTHON=$PYTHON AWS_DEFAULT_REGION=$AWS_DEFAULT_REGION
SHELLCHECK=/bin/true"
- $DOCKER_SH "$MAKE behave PYTHON=$PYTHON AWS_DEFAULT_REGION=$AWS_DEFAULT_REGION SHELLCHECK=/bin/true"
- $DOCKER_SH "set +vx; source aws_credentials.env; set -vx ;
export AWS_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY;
$MAKE doctest PYTHON=$PYTHON AWS_DEFAULT_REGION=$AWS_DEFAULT_REGION
SHELLCHECK=/bin/true"
$MAKE doctest PYTHON=$PYTHON AWS_DEFAULT_REGION=$AWS_DEFAULT_REGION SHELLCHECK=/bin/true"
- stage: deploy
script:
- sh -vx ./build-script/before_deploy.sh
- true
deploy:
provider: releases
prerelease: true
body: automated release created by travis - test in your usage scenario before deploying
body: automated release created by travis - test in your usage scenario before
deploying
api_key:
secure: BTpOxtOvWnuousg8z7PkvBWSfvdCBHuHH8mZDlln2LCxDNiuUSYmwArO4rw3k8w3+P/uehn0DtjILuXc5NMIgzE6nETtChDTLvthvmoT4ESQuW0g5PIRSlAfUt/P5YFqMN8P692D6qBipjD9LLAKkz8DRGJth4eClT4a+FbginAFalwqqOp2aUbAcYvf32fFKKuO7tASrD1N7UxY6LxKX/7IWSzxKGnNOzr/W6J0vaMpmVWzH8hxTiDwBatBU5PGUnwWz5DFmxvgbjvDrLh0sQHt5FL8RUNdMr/fG20nHStoBMfWpw7UGNUaCUz7rzvOWWDE775XCh4AL2+wXBBvWH41S47Eli5Og9dCtns4b11nwgOTGuo36/SO/ffrtM2Va/SScUP3pQRvBZyFw6JseFd3wnOhSFClrumrziiFdUryXPUxai4ZL5aVoL2zZG2+IpTwqgAqCZj63ZnvNemEUY3RzobmiJEhOLdovJvQ4yR7vJVXFUWFNWfNqbWFw+BOif0kL8n9XM//DdQjGPYvpyb0HvF56BWPxxQ0bz15Xr53fPLaaB3/kJDC4RbIKZ6VccwFqsnoav5mfPx2ZLqXX7vHUgl+jNfMvSfOnp3JoU2wD4YIIHFoct4jAgWX1hHyxkNlvjFNoUS/yro7SS5ioggnZWZvxmTShQlhu/3nZMM=
file: dist/backup_cloud-0.2.tar.gz
secure: PLa0iJ8lfrYdudMyYTYOJ633idoe4HKuxFxxF0UaEdueb6sRBPsWw47gY7JItk5UvFX3gSK//hQU6Bd0Yq9o3O9Qo4+FSQvmCqK+Pzop/eu1yoBO73cZPQdXA48GRdXHetsXRG6ZJIHVYoa4hIDUXrjRnPMx+6NZ8UeJ+9+N+H2tHaObAb6ct/uJfmyeQ5KQqIwRMmFX92eIxkNJfU96sxbN/XueHPL+60qIgNArVmYKhQ5NJ3Tfng+CLCtvsVb4lZKV6Ndb5GRuu3u+89Fjw1PMjNrpBLAePU+T0UxjAtjkO/CFjNHVau+sxObW2Pjbl6Qgc5o44xwewUcYWODT37GWT+6oUW85zTGX/zzaE6mA4CRKzaDwX2TBZj5RrUZxq+dzLZmOlm4QyJTSQa3tJzfOotl4N7mmVd2v7iGVeow9930fVgydJ7S20fyV5r8hgfbVkD2qWNA5tN8IYdMCz43ZkR33fTUsCpWUT5q87yKeFBjpXarMxg5YvCbN/0vOoqPN6XioVlj4O/YyguUO/juaeiohYluQR2LmLfahcVz7QPq342JKrqkK5qAYb3eJuaG6r1/7cZw3JpH1VQZYMHHi1nvQGFugdRnSD9ca028J+zxa3rjV+KtA6J397h/xBlDVdfQouD7uNKHfNkmiaDTO+jwKhXyiMaagtjm0xCI=
file: dist/backup_cloud-0.3.tar.gz
on:
repo: michael-paddle/backup-base
repo: backup-cloud/backup-base
branch: tested

branches:
only:
- "/unreviewed.*/"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ which are not automatically installed by pip. See below
Until release 1.0 installs will have to be done through direct pip
installs from GitHub

pip install https://travis-ci.org/michael-paddle/backup-base
pip install https://travis-ci.org/backup-cloud/backup-base

or

pip install https://github.com/michael-paddle/backup-base/archive/20190507151318-f1bc9fc.zip
pip install https://github.com/backup-cloud/backup-base/archive/20190507151318-f1bc9fc.zip

to install a specific release

Expand Down Expand Up @@ -106,10 +106,10 @@ Status and getting releases

Releases are currently created automatically in the case of succesfull
automated testing. You can simply take the latest one from
[the Release page](https://github.com/michael-paddle/backup-base/releases).
[the Release page](https://github.com/backup-cloud/backup-base/releases).

Builds are run in travis:
[![Build Status](https://travis-ci.org/michael-paddle/backup-base.svg?branch=tested)](https://travis-ci.org/michael-paddle/backup-base)
[![Build Status](https://travis-ci.org/backup-cloud/backup-base.svg?branch=tested)](https://travis-ci.org/backup-cloud/backup-base)


Travis Encrypted Files
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

setup(
name="backup_cloud",
version="0.2",
version="0.3",
author="Michael De La Rue",
author_email="[email protected]",
description="Backup your entire (AWS) cloud - base part",
long_description=long_description,
url="https://github.com/michael-paddle/backup-base",
url="https://github.com/backup-cloud/backup-base",
packages=find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 457de83

Please sign in to comment.