From b306069c551f2472a3e1cccca6dc14074d84743e Mon Sep 17 00:00:00 2001 From: Cirdes Date: Tue, 17 Feb 2026 12:55:41 -0300 Subject: [PATCH 1/2] Remove manual deployment jobs from workflow --- .github/workflows/ci.yml | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2f29765..9e065525 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ on: push: branches: - "main" - - "released" jobs: test: runs-on: ubuntu-latest @@ -100,32 +99,4 @@ jobs: with: imageName: ghcr.io/ruby-ui/web-devcontainer cacheFrom: ghcr.io/ruby-ui/web-devcontainer - push: always - - - next-deploy: - if: github.ref == 'refs/heads/main' - needs: [test, docker-build, verify_components] - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v6 - with: - fetch-depth: 0 - - name: Deploy to Heroku Next - run: git push https://heroku:${{ secrets.HEROKU_RUBYUI_API_KEY }}@git.heroku.com/rubyui-next.git HEAD:main - - - released-deploy: - if: github.ref == 'refs/heads/released' - needs: [test] - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v6 - with: - fetch-depth: 0 - - name: Deploy to Heroku Prod - run: git push https://heroku:${{ secrets.HEROKU_RUBYUI_API_KEY }}@git.heroku.com/rubyui.git HEAD:main + push: always \ No newline at end of file From 2a59ab9983fcc51f3dbb46b31f817af16f49fa6c Mon Sep 17 00:00:00 2001 From: Cirdes Date: Tue, 17 Feb 2026 13:02:03 -0300 Subject: [PATCH 2/2] add empty line --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e065525..30eb8461 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,4 +99,4 @@ jobs: with: imageName: ghcr.io/ruby-ui/web-devcontainer cacheFrom: ghcr.io/ruby-ui/web-devcontainer - push: always \ No newline at end of file + push: always