From 922c4861713c4a529d656ccec1215818e800dec8 Mon Sep 17 00:00:00 2001 From: tungkhanhh Date: Sun, 22 Sep 2024 02:19:51 +1000 Subject: [PATCH] fix: change back to main.yml --- .github/workflows/{ci-cd.yml => main.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{ci-cd.yml => main.yml} (91%) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/main.yml similarity index 91% rename from .github/workflows/ci-cd.yml rename to .github/workflows/main.yml index 0b06b47..86b09bb 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/main.yml @@ -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