File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 4343 - run : yarn test --passWithNoTests
4444
4545 deploy :
46- name : Deploy ๐
46+ name : Release ๐
4747 runs-on : ubuntu-latest
4848 if : github.ref == 'refs/heads/staging' || github.ref == 'refs/heads/master'
4949 needs :
5252 - name : Checkout Repository
53535454
55- - name : Push to Staging ๐
56- if : github.ref == 'refs/heads/staging'
57- uses :
akhileshns/[email protected] 58- with :
59- heroku_api_key : ${{ secrets.HEROKU_API_KEY }}
60- heroku_app_name : ${{ secrets.HEROKU_STG_APP_NAME }}
61- heroku_email : ${{ secrets.HEROKU_EMAIL }}
62- dontuseforce : false
63-
64- - name : Push to Production ๐
65- if : github.ref == 'refs/heads/master'
66- uses :
akhileshns/[email protected] 67- with :
68- heroku_api_key : ${{ secrets.HEROKU_API_KEY }}
69- heroku_app_name : ${{ secrets.HEROKU_PROD_APP_NAME }}
70- heroku_email : ${{ secrets.HEROKU_EMAIL }}
71- dontuseforce : false
72-
7355 - name : Release ๐
7456 if : " github.event_name == 'push'"
7557 env :
You canโt perform that action at this time.
0 commit comments