Skip to content

Commit

Permalink
Add name option
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Dec 1, 2018
1 parent 2c980b0 commit 9e413ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: yarn install --frozen-lockfile
- run: sudo yarn global add now --prefix /usr/local
- run: yarn build
- run: now --no-clipboard --token $NOW_TOKEN
- run: now --name backport --no-clipboard --token $NOW_TOKEN
- run: now --token $NOW_TOKEN alias $NOW_ALIAS
- run: now --token $NOW_TOKEN rm $NOW_ALIAS --safe --yes

Expand Down

0 comments on commit 9e413ce

Please sign in to comment.