Browse Source

💚 Fix

main
Alexandre SOARES 4 years ago
parent
commit
9c831a12b9
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -69,10 +69,7 @@ jobs:
heroku_deploy: heroku_deploy:
docker: docker:
- auth:
password: $DOCKERHUB_PASSWORD
username: xaela37
image: buildpack-deps:trusty
- image: buildpack-deps:trusty
steps: steps:
- checkout - checkout
- run: - run:

Loading…
Cancel
Save