We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc920e commit ce08a85Copy full SHA for ce08a85
.circleci/config.yml
@@ -44,11 +44,13 @@ jobs:
44
at: .
45
- run:
46
name: Deploy to GitHub Pages
47
- command: GIT_USER=computerization-bot yarn run deploy
48
- # Set environment variables so that project is deployed correctly
+ command: yarn deploy
49
environment:
+ GIT_USER: computerization-bot
50
ORGANIZATION_NAME: Computerization
51
PROJECT_NAME: computerization.github.io
52
+ DEPLOYMENT_BRANCH: master
53
+ CURRENT_BRANCH: master
54
55
56
workflows:
0 commit comments