Skip to content

Commit

Permalink
Removed travis.yml and enabled github actions build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wlodarcp committed May 21, 2021
1 parent fa9956d commit daec523
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,9 @@ jobs:
env:
HEROKU_API_KEY: ${{secrets.HEROKU_API_KEY}}
- name: Release judge-d on Heroku
uses: akhileshns/heroku-deploy@v3.12.12
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_email: "YOUR EMAIL"
heroku_app_name: ${{secrets.HEROKU_EMAIL}}
stack: "container"
run: |
heroku container:login
heroku container:release web
- name: Build docker image for agent
run: mvn validate docker:build@build-docker -P docker-app -f ./judge-d-agent/pom.xml
- name: Publish judge-d-agent docker image to DockerHub
Expand Down

0 comments on commit daec523

Please sign in to comment.