Skip to content

Commit

Permalink
Fix now token variable
Browse files Browse the repository at this point in the history
  • Loading branch information
geekyme committed Apr 4, 2019
1 parent e91e608 commit 4cbc9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ deploy_staging:
stage: deploy
script:
- ./node_modules/.bin/now -e NODE_ENV=staging --token=$NOW_TOKEN
- ./node_modules/.bin/now alias staging-demo-react-hooks --token=MY TOKEN
- ./node_modules/.bin/now alias staging-demo-react-hooks --token=$NOW_TOKEN
environment:
name: staging
url: https://staging-demo-react-hooks.now.sh
Expand Down

0 comments on commit 4cbc9e4

Please sign in to comment.