Skip to content

Commit

Permalink
Configure CircleCI working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Dec 1, 2018
1 parent a88d5e3 commit db977d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Expand Up @@ -19,14 +19,15 @@ jobs:
deploy:
docker:
- image: circleci/node:8
working_directory: ~/backport
steps:
- checkout
- run: yarn install --frozen-lockfile
- run: sudo yarn global add now --prefix /usr/local
- run: yarn build
- run: now --name backport --no-clipboard --token $NOW_TOKEN
- run: now --no-clipboard --token $NOW_TOKEN
- run: now --token $NOW_TOKEN alias $NOW_ALIAS
- run: now --token $NOW_TOKEN rm $NOW_ALIAS --safe --yes
- run: now --token $NOW_TOKEN rm backport --safe --yes

workflows:
version: 2
Expand Down

0 comments on commit db977d5

Please sign in to comment.