Skip to content

Commit

Permalink
fix(CD): disable koyeb deploy (#51)
Browse files Browse the repository at this point in the history
* fix: disables koyeb deploy workflow

* docs: removes hosted option section
  • Loading branch information
vncsmyrnk authored Jan 1, 2025
1 parent 0c014f5 commit 6f8698c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6f8698c

Please sign in to comment.