Skip to content

Commit ce08a85

Browse files
committed
Update circleci config
Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
1 parent 2bc920e commit ce08a85

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ jobs:
4444
at: .
4545
- run:
4646
name: Deploy to GitHub Pages
47-
command: GIT_USER=computerization-bot yarn run deploy
48-
# Set environment variables so that project is deployed correctly
47+
command: yarn deploy
4948
environment:
49+
GIT_USER: computerization-bot
5050
ORGANIZATION_NAME: Computerization
5151
PROJECT_NAME: computerization.github.io
52+
DEPLOYMENT_BRANCH: master
53+
CURRENT_BRANCH: master
5254

5355

5456
workflows:

0 commit comments

Comments
 (0)