Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisassad committed Sep 13, 2024
1 parent 86224a8 commit 90f233d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
deploy:
needs: [build]
runs-on: ubuntu-latest
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
steps:
- name: Set Heroku app name based on branch
id: set-heroku-app-name
Expand All @@ -82,22 +80,12 @@ jobs:
esac
echo "HEROKU_APP_NAME=$APP_NAME" >> $GITHUB_ENV
- name: Extract branch name
shell: bash
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch

- uses: actions/checkout@v2
with:
ref: ${{ steps.extract_branch.outputs.branch }}

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- uses: actions/checkout@v2
- uses: akhileshns/[email protected]
with:
dontuseforce: 1
heroku_api_key: ${{secrets.HEROKU_API_TOKEN}}
heroku_app_name: ${{ env.HEROKU_APP_NAME }}
heroku_email: ${{secrets.HEROKU_EMAIL}}
branch: ${{ steps.extract_branch.outputs.branch }}
heroku_email: ${{secrets.HEROKU_EMAIL}}
Empty file added temp.txt
Empty file.

0 comments on commit 90f233d

Please sign in to comment.