Publish docker before deploying to remix-live or remix-alpha

pull/5370/head
ioedeveloper 4 years ago
parent 773f3b0cc8
commit b13fc0cf82
  1. 2
      apps/remix-ide/.circleci/config.yml

@ -216,6 +216,7 @@ workflows:
- remix-ide-chrome - remix-ide-chrome
- remix-ide-firefox - remix-ide-firefox
- remix-ide-run-deploy - remix-ide-run-deploy
- publish-docker
filters: filters:
branches: branches:
only: remix_live only: remix_live
@ -224,6 +225,7 @@ workflows:
- remix-ide-chrome - remix-ide-chrome
- remix-ide-firefox - remix-ide-firefox
- remix-ide-run-deploy - remix-ide-run-deploy
- publish-docker
filters: filters:
branches: branches:
only: master only: master

Loading…
Cancel
Save