Fix typo in CircleCI config
This commit is contained in:
parent
f0940ce330
commit
7d17745db1
|
@ -22,7 +22,7 @@ jobs:
|
|||
- run: |
|
||||
echo "${DOCKER_PASSWORD}" | \
|
||||
docker login --username "${DOCKER_USERNAME}" --password-stdin
|
||||
- run: scripts/deploy.bash
|
||||
- run: make deploy
|
||||
workflows:
|
||||
version: 2
|
||||
ci:
|
||||
|
|
Loading…
Reference in New Issue