Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #95 from rehandalal/ditch-ci-deploy-step
Browse files Browse the repository at this point in the history
Ditch the deploy step
  • Loading branch information
andymikulski committed Apr 5, 2018
2 parents e62dc3a + 3ca1c81 commit 74f709b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@ jobs:
# build all the things!
- run: yarn run build

- deploy:
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
./bin/deploy.sh latest
fi
if [ -n "${CIRCLE_TAG}" ]; then
./bin/deploy.sh "$CIRCLE_TAG"
fi
docs:
docker:
- image: circleci/python:3.6@sha256:a352e545fd4cee237e8639cd2bdb81a89c4b59c6f5e2d2035fa4f35d7f04af81
Expand Down
19 changes: 0 additions & 19 deletions bin/deploy.sh

This file was deleted.

0 comments on commit 74f709b

Please sign in to comment.