Skip to content

Commit

Permalink
chore(deploy): update deploy script with maven provision then build (#43
Browse files Browse the repository at this point in the history
)
  • Loading branch information
patrickleet authored Oct 27, 2020
1 parent 7264e21 commit 57e5cfd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
uses: docker://koalaman/shellcheck-alpine:v0.7.0
with:
args: .github/lint-scripts.sh
- name: build mvn
run: .github/mvn-build.sh
- name: provision maven
run: .github/ci.provision.maven.sh
- name: build maven
run: .github/ci.maven.sh
- name: Build and push Docker images
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit 57e5cfd

Please sign in to comment.