From e820bd7b32e24dd05c30268d658d6642ee3e1417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=CE=B9=5FAry=CE=B1=C9=B4=20Tec=D0=BD?= <85696485+AliAryanTech@users.noreply.github.com> Date: Fri, 13 May 2022 00:51:17 +0500 Subject: [PATCH 1/3] Create main.yml --- .github/workflows/main.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..1218615 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,20 @@ +# This is a workflow to deploy a leech bot to heroku using GitHub Actions + +name: Deploy To Heroku + +on: workflow_dispatch + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: akhileshns/heroku-deploy@v3.12.12 + with: + heroku_api_key: ${{secrets.HEROKU_API_KEY}} + heroku_app_name: ${{secrets.HEROKU_APP_NAME}} + heroku_email: ${{secrets.HEROKU_EMAIL}} + usedocker: true + docker_heroku_process_type: worker + stack: "container" + region: "eu" From 3241f80337253632ae0771369ae6282980254131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=CE=B9=5FAry=CE=B1=C9=B4=20Tec=D0=BD?= <85696485+AliAryanTech@users.noreply.github.com> Date: Fri, 13 May 2022 00:54:49 +0500 Subject: [PATCH 2/3] Delete main.yml --- .github/workflows/main.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 1218615..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,20 +0,0 @@ -# This is a workflow to deploy a leech bot to heroku using GitHub Actions - -name: Deploy To Heroku - -on: workflow_dispatch - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.12.12 - with: - heroku_api_key: ${{secrets.HEROKU_API_KEY}} - heroku_app_name: ${{secrets.HEROKU_APP_NAME}} - heroku_email: ${{secrets.HEROKU_EMAIL}} - usedocker: true - docker_heroku_process_type: worker - stack: "container" - region: "eu" From c5a8f07ba922223850c54bc6457e49a46b5fcc62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=CE=B9=5FAry=CE=B1=C9=B4=20Tec=D0=BD?= <85696485+AliAryanTech@users.noreply.github.com> Date: Fri, 13 May 2022 00:56:00 +0500 Subject: [PATCH 3/3] Create app.json --- app.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..2870547 --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "name": "weeb-api", + "description": "API Website", + "repository": "https://github.com/AliAryanTech/RESTAPI", + "logo": "https://telegra.ph/file/f2380583b8f102dbdad04.jpg", + "keywords": ["weeb", "api", "website"] +}