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 0608e1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
10 changes: 3 additions & 7 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 Down Expand Up @@ -87,9 +85,8 @@ jobs:
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: Checkout code
uses: actions/checkout@v2

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
Expand All @@ -99,5 +96,4 @@ jobs:
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 0608e1e

Please sign in to comment.