Fix typo in CircleCI config

This commit is contained in:
Radon Rosborough 2020-10-07 21:20:46 -07:00
parent f0940ce330
commit 7d17745db1
1 changed files with 1 additions and 1 deletions

View File

@ -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: