Skip to content

Commit ef0b826

Browse files
committedSep 15, 2021
GHA Deploy to Heroku
1 parent d3a040b commit ef0b826

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/workflows/on_push.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
src: ./app/build/_release/android-http-server/android-http-server-cli-fatjar-latest.jar
4444
dest: /android-http-server/
4545
mode: overwrite
46+
- name: Deploy to Heroku
47+
uses: AkhileshNS/heroku-deploy@v3.12.12
48+
with:
49+
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
50+
heroku_app_name: "android-http-server-demo"
51+
heroku_email: "piotr@polak.ro"
4652
- name: Cleanup Gradle Cache
4753
# Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
4854
# Restoring these files from a GitHub Actions cache might cause problems for future builds.

0 commit comments

Comments
 (0)
Failed to load comments.