Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: change back to main.yml
Browse files Browse the repository at this point in the history
tungkhanhh committed Sep 21, 2024
1 parent 8e21654 commit 922c486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -9,9 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: cd frontend
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.13.15 # This is the action
working-directory: .frontend
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: jetedge-test #Must be unique in Heroku

0 comments on commit 922c486

Please sign in to comment.