Skip to content

Commit d13bdc4

Browse files
author
Ives van Hoorne
committed
Use better name
1 parent 63ae72b commit d13bdc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
name: Lint
114114
command: yarn lint
115115

116-
deploy:
116+
create-docker-image:
117117
docker:
118118
- image: circleci/node:9.2.1
119119
working_directory: ~/codesandbox-client
@@ -143,7 +143,7 @@ workflows:
143143
- build-prod:
144144
requires:
145145
- build-dependencies
146-
- deploy:
146+
- create-docker-image:
147147
filters:
148148
branches:
149149
only: master

0 commit comments

Comments
 (0)