From 6f8698ce4aea291a45ffbd6110bf8164dbf18d7a Mon Sep 17 00:00:00 2001 From: Vinicius Mayrink <63162394+vncsmyrnk@users.noreply.github.com> Date: Wed, 1 Jan 2025 09:38:15 -0300 Subject: [PATCH] fix(CD): disable koyeb deploy (#51) * fix: disables koyeb deploy workflow * docs: removes hosted option section --- .github/workflows/ci-cd.yml | 3 ++- README.md | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 639b775..d1c3931 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -92,7 +92,8 @@ jobs: ghcr.io/vncsmyrnk/portfolio:latest deploy-to-koyeb: - if: github.ref == 'refs/heads/main' + # if: github.ref == 'refs/heads/main' + if: false runs-on: ubuntu-latest environment: name: koyeb diff --git a/README.md b/README.md index 82062f4..8e990c3 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,6 @@ All my skills and accomplishments showcased in one place. [Check it out!](https://vncsmyrnk.github.io/portfolio/) -## Hosted options - -[Check it out on Koyeb!](https://portfolio-vncsmyrnk.koyeb.app/) - ## Contributing This project uses [just](https://github.com/casey/just) running development tasks.