Skip to content

Commit

Permalink
chore: sets koyeb environment
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsmyrnk committed Oct 27, 2024
1 parent 20c4c5f commit 5cdc196
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI/CD workflow

on:
push:
branches: [ "main" ]
branches: [ "fix/deploy-koyeb-script-finish-check" ]
pull_request:
branches: [ "main" ]

Expand Down Expand Up @@ -92,8 +92,11 @@ jobs:
ghcr.io/vncsmyrnk/portfolio:latest
deploy-to-koyeb:
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
environment:
name: koyeb
url: ${{ vars.URL }}
needs: build-docker-image
steps:
- name: Checkout
Expand Down

0 comments on commit 5cdc196

Please sign in to comment.