Add deploy step to same build step

This commit is contained in:
Thomas Kooi 2018-05-20 11:11:11 +02:00 committed by GitHub
parent 58f4ca4581
commit 04a452bbc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,15 +15,6 @@ jobs:
name: Build
command: |
make -j 2
deployment:
docker:
- image: acemod/armake
branch: master
requires:
- build
steps:
- checkout
- deploy:
name: Update documentation and translation statistics
command: |