Skip to content

Commit 0138b9f

Browse files
committed
workflow: changes on the deply script 2
1 parent e81a5e3 commit 0138b9f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Login Heroku CLI
13+
- name: Deploy
1414
env:
1515
HEROKU_API_KEY: ${{secrets.HEROKU_API_KEY}}
16-
run: heroku login
17-
- name: Push Deploy
18-
env:
19-
HEROKU_API_KEY: ${{secrets.HEROKU_API_KEY}}
20-
run: heroku push -a basemaxrubytest
16+
run: git push heroku main -a basemaxrubytest

0 commit comments

Comments
 (0)