Skip to content

Commit f7b9ead

Browse files
authored
Merge pull request #208 from swiftss-org/staging
Sync with staging
2 parents 023b89b + d9c5dd4 commit f7b9ead

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

โ€Ž.github/workflows/ci.ymlโ€Ž

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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:
@@ -52,24 +52,6 @@ jobs:
5252
- name: Checkout Repository
5353
uses: actions/[email protected]
5454

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:

0 commit comments

Comments
ย (0)