Skip to content

Commit 46e22cd

Browse files
committedApr 26, 2023
Disabled automatic deployment to Heroku
1 parent 923e32c commit 46e22cd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎.github/workflows/on_master.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ jobs:
6161
dest: /android-http-server/
6262
mode: overwrite
6363

64-
- name: Deploy to Heroku
65-
uses: AkhileshNS/heroku-deploy@v3.12.12
66-
with:
67-
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
68-
heroku_app_name: "android-http-server-demo"
69-
heroku_email: "piotr@polak.ro"
70-
7164
- name: Cleanup Gradle Cache
7265
# Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
7366
# Restoring these files from a GitHub Actions cache might cause problems for future builds.

0 commit comments

Comments
 (0)
Failed to load comments.