Deploy this branch

This commit is contained in:
Patrick Smith 2018-10-15 15:04:58 -04:00
parent b077ad9bac
commit 2e4a8520a9

View File

@ -86,7 +86,7 @@ jobs:
name: "Load Cache: CRLs" name: "Load Cache: CRLs"
keys: keys:
- disa-crls-v2 - disa-crls-v2
- run: - run:
name: "Update CRLs" name: "Update CRLs"
command: ./script/sync-crls command: ./script/sync-crls
- save_cache: - save_cache:
@ -205,10 +205,10 @@ workflows:
- test - test
filters: filters:
branches: branches:
only: master only: circleci-cd-rebased
- deploy: - deploy:
requires: requires:
- build_and_push_image - build_and_push_image
filters: filters:
branches: branches:
only: master only: circleci-cd-rebased