From b55390c0d5e4743824c442a8ff02f263a2b39a80 Mon Sep 17 00:00:00 2001 From: "jess-local-dev[bot]" <275798434+jess-local-dev[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 19:19:46 +0000 Subject: [PATCH 01/12] Add Porter workflow: porter-app-1-horsepaste-1.yml --- .github/workflows/porter-app-1-horsepaste-1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/porter-app-1-horsepaste-1.yml b/.github/workflows/porter-app-1-horsepaste-1.yml index 7a80150..3c63a0d 100644 --- a/.github/workflows/porter-app-1-horsepaste-1.yml +++ b/.github/workflows/porter-app-1-horsepaste-1.yml @@ -20,7 +20,7 @@ jobs: env: PORTER_APP_NAME: horsepaste-1 PORTER_CLUSTER: "1" - PORTER_DEPLOYMENT_TARGET_ID: 70fb41ff-1e9b-4650-a99e-5ad64a221c3b + PORTER_DEPLOYMENT_TARGET_ID: ddf8cf9f-76bf-41cd-8ed6-cf32ce8121b8 PORTER_HOST: https://jess.withporter.run PORTER_PROJECT: "1" PORTER_TAG: ${{ steps.vars.outputs.sha_short }} From 45b76e03b23147d2db2e6920f629fa4a8ca8c944 Mon Sep 17 00:00:00 2001 From: "jess-local-dev[bot]" <275798434+jess-local-dev[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 19:25:20 +0000 Subject: [PATCH 02/12] Add Porter workflow: porter-app-1-horsepaste-1.yml --- .github/workflows/porter-app-1-horsepaste-1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/porter-app-1-horsepaste-1.yml b/.github/workflows/porter-app-1-horsepaste-1.yml index 3c63a0d..7966999 100644 --- a/.github/workflows/porter-app-1-horsepaste-1.yml +++ b/.github/workflows/porter-app-1-horsepaste-1.yml @@ -24,4 +24,4 @@ jobs: PORTER_HOST: https://jess.withporter.run PORTER_PROJECT: "1" PORTER_TAG: ${{ steps.vars.outputs.sha_short }} - PORTER_TOKEN: ${{ secrets.PORTER_APP_1_2 }} + PORTER_TOKEN: ${{ secrets.PORTER_APP_1_3 }} From 062d0124d17f2e5e9af7e03ead7264110e047c1a Mon Sep 17 00:00:00 2001 From: "jess-local-dev[bot]" <275798434+jess-local-dev[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:54:50 +0000 Subject: [PATCH 03/12] Add Porter workflow: porter-app-4-horsepaste.yml --- .github/workflows/porter-app-4-horsepaste.yml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/porter-app-4-horsepaste.yml diff --git a/.github/workflows/porter-app-4-horsepaste.yml b/.github/workflows/porter-app-4-horsepaste.yml new file mode 100644 index 0000000..0a0545d --- /dev/null +++ b/.github/workflows/porter-app-4-horsepaste.yml @@ -0,0 +1,27 @@ +"on": + push: + branches: + - main +name: Deploy to horsepaste +jobs: + porter-deploy: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Set Github tag + id: vars + run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT + - name: Setup porter + uses: porter-dev/setup-porter@v0.1.0 + - name: Deploy stack + timeout-minutes: 30 + run: porter apply + env: + PORTER_APP_NAME: horsepaste + PORTER_CLUSTER: "4" + PORTER_DEPLOYMENT_TARGET_ID: f4a76a11-470d-4ec8-b59d-2a9820e4ab2a + PORTER_HOST: https://jess.withporter.run + PORTER_PROJECT: "1" + PORTER_TAG: ${{ steps.vars.outputs.sha_short }} + PORTER_TOKEN: ${{ secrets.PORTER_APP_1_4 }} From 43ab0b356932860bc98417a78dbe513347360897 Mon Sep 17 00:00:00 2001 From: "jess-local-dev[bot]" <275798434+jess-local-dev[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:23:27 +0000 Subject: [PATCH 04/12] Add Porter workflow: porter-app-4-horsepaste-1.yml --- .../workflows/porter-app-4-horsepaste-1.yml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/porter-app-4-horsepaste-1.yml diff --git a/.github/workflows/porter-app-4-horsepaste-1.yml b/.github/workflows/porter-app-4-horsepaste-1.yml new file mode 100644 index 0000000..109e7c9 --- /dev/null +++ b/.github/workflows/porter-app-4-horsepaste-1.yml @@ -0,0 +1,27 @@ +"on": + push: + branches: + - main +name: Deploy to horsepaste-1 +jobs: + porter-deploy: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Set Github tag + id: vars + run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT + - name: Setup porter + uses: porter-dev/setup-porter@v0.1.0 + - name: Deploy stack + timeout-minutes: 30 + run: porter apply + env: + PORTER_APP_NAME: horsepaste-1 + PORTER_CLUSTER: "4" + PORTER_DEPLOYMENT_TARGET_ID: f4a76a11-470d-4ec8-b59d-2a9820e4ab2a + PORTER_HOST: https://jess.withporter.run + PORTER_PROJECT: "1" + PORTER_TAG: ${{ steps.vars.outputs.sha_short }} + PORTER_TOKEN: ${{ secrets.PORTER_APP_1_6 }} From 81d9d320a63c2a43115fd8eab281cca8ee0e3a16 Mon Sep 17 00:00:00 2001 From: "jess-local-dev[bot]" <275798434+jess-local-dev[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:09:02 +0000 Subject: [PATCH 05/12] Add Porter workflow: porter-app-1-horsepaste.yml --- .github/workflows/porter-app-1-horsepaste.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/porter-app-1-horsepaste.yml b/.github/workflows/porter-app-1-horsepaste.yml index cdf1b38..0ef5f28 100644 --- a/.github/workflows/porter-app-1-horsepaste.yml +++ b/.github/workflows/porter-app-1-horsepaste.yml @@ -20,7 +20,7 @@ jobs: env: PORTER_APP_NAME: horsepaste PORTER_CLUSTER: "1" - PORTER_DEPLOYMENT_TARGET_ID: ddf8cf9f-76bf-41cd-8ed6-cf32ce8121b8 + PORTER_DEPLOYMENT_TARGET_ID: 8a66164a-0528-4631-bdd2-0734464ea580 PORTER_HOST: https://jess.withporter.run PORTER_PROJECT: "1" PORTER_TAG: ${{ steps.vars.outputs.sha_short }} From c62cbc73abbf6162fe42843f5baa9c0a75e0fbf5 Mon Sep 17 00:00:00 2001 From: "jess-local-dev[bot]" <275798434+jess-local-dev[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:08:49 +0000 Subject: [PATCH 06/12] Add Porter workflow: porter-app-1-horsepaste-1.yml --- .github/workflows/porter-app-1-horsepaste-1.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/porter-app-1-horsepaste-1.yml b/.github/workflows/porter-app-1-horsepaste-1.yml index 7966999..ce50f8c 100644 --- a/.github/workflows/porter-app-1-horsepaste-1.yml +++ b/.github/workflows/porter-app-1-horsepaste-1.yml @@ -20,8 +20,8 @@ jobs: env: PORTER_APP_NAME: horsepaste-1 PORTER_CLUSTER: "1" - PORTER_DEPLOYMENT_TARGET_ID: ddf8cf9f-76bf-41cd-8ed6-cf32ce8121b8 + PORTER_DEPLOYMENT_TARGET_ID: 8a66164a-0528-4631-bdd2-0734464ea580 PORTER_HOST: https://jess.withporter.run PORTER_PROJECT: "1" PORTER_TAG: ${{ steps.vars.outputs.sha_short }} - PORTER_TOKEN: ${{ secrets.PORTER_APP_1_3 }} + PORTER_TOKEN: ${{ secrets.PORTER_APP_1_2 }} From 9b02e87c1f73045b5797d6a5a020ec0f5dbd3ff3 Mon Sep 17 00:00:00 2001 From: "jess-local-dev[bot]" <275798434+jess-local-dev[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 19:08:47 +0000 Subject: [PATCH 07/12] Create porter_preview_horsepaste-1_1.yml file --- .../porter_preview_horsepaste-1_1.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/porter_preview_horsepaste-1_1.yml diff --git a/.github/workflows/porter_preview_horsepaste-1_1.yml b/.github/workflows/porter_preview_horsepaste-1_1.yml new file mode 100644 index 0000000..7c280de --- /dev/null +++ b/.github/workflows/porter_preview_horsepaste-1_1.yml @@ -0,0 +1,29 @@ +"on": + pull_request: + paths: + - '**' + - '!.github/workflows/porter_**' +name: Deploy to Preview Environment +jobs: + porter-deploy: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Set Github tag + id: vars + run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT + - name: Setup porter + uses: porter-dev/setup-porter@v0.1.0 + - name: Build and deploy preview environment + timeout-minutes: 30 + run: exec porter apply -f ./porter.yaml --preview + env: + PORTER_APP_NAME: horsepaste-1 + PORTER_CLUSTER: "1" + PORTER_HOST: https://jess.withporter.run + PORTER_PR_NUMBER: ${{ github.event.number }} + PORTER_PROJECT: "1" + PORTER_REPO_NAME: ${{ github.event.repository.name }} + PORTER_TAG: ${{ steps.vars.outputs.sha_short }} + PORTER_TOKEN: ${{ secrets.PORTER_APP_1_1 }} From 12f492561c1c269a54ff3176a93e9b9284d02f34 Mon Sep 17 00:00:00 2001 From: "jess-local-dev[bot]" <275798434+jess-local-dev[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:58:45 +0000 Subject: [PATCH 08/12] Add Porter workflow: porter-app-2-horsepaste.yml --- .github/workflows/porter-app-2-horsepaste.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/porter-app-2-horsepaste.yml b/.github/workflows/porter-app-2-horsepaste.yml index 9d8f985..b1bd032 100644 --- a/.github/workflows/porter-app-2-horsepaste.yml +++ b/.github/workflows/porter-app-2-horsepaste.yml @@ -20,8 +20,8 @@ jobs: env: PORTER_APP_NAME: horsepaste PORTER_CLUSTER: "2" - PORTER_DEPLOYMENT_TARGET_ID: c3572103-ec73-4247-8a43-89ac1436bb4a + PORTER_DEPLOYMENT_TARGET_ID: c9582b7e-de75-4e1d-b304-e82813e5951e PORTER_HOST: https://jess.withporter.run - PORTER_PROJECT: "1" + PORTER_PROJECT: "2" PORTER_TAG: ${{ steps.vars.outputs.sha_short }} - PORTER_TOKEN: ${{ secrets.PORTER_APP_1_1211733246 }} + PORTER_TOKEN: ${{ secrets.PORTER_APP_2_1 }} From d29e7d6926778d2461fca63f6014a86545c589dc Mon Sep 17 00:00:00 2001 From: "jess-local-dev[bot]" <275798434+jess-local-dev[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:50:40 +0000 Subject: [PATCH 09/12] Add Porter workflow: porter-app-1-horsepaste.yml --- .github/workflows/porter-app-1-horsepaste.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/porter-app-1-horsepaste.yml b/.github/workflows/porter-app-1-horsepaste.yml index 0ef5f28..ea1593e 100644 --- a/.github/workflows/porter-app-1-horsepaste.yml +++ b/.github/workflows/porter-app-1-horsepaste.yml @@ -20,7 +20,7 @@ jobs: env: PORTER_APP_NAME: horsepaste PORTER_CLUSTER: "1" - PORTER_DEPLOYMENT_TARGET_ID: 8a66164a-0528-4631-bdd2-0734464ea580 + PORTER_DEPLOYMENT_TARGET_ID: e1334204-48ec-4098-8dae-848dab33503b PORTER_HOST: https://jess.withporter.run PORTER_PROJECT: "1" PORTER_TAG: ${{ steps.vars.outputs.sha_short }} From 04afdc7ed4814d50c534158a6bce7eb79174fdff Mon Sep 17 00:00:00 2001 From: "jess-local-dev[bot]" <275798434+jess-local-dev[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:27:33 +0000 Subject: [PATCH 10/12] Add Porter workflow: porter-app-1-horsepaste.yml --- .github/workflows/porter-app-1-horsepaste.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/porter-app-1-horsepaste.yml b/.github/workflows/porter-app-1-horsepaste.yml index ea1593e..d9f1ca2 100644 --- a/.github/workflows/porter-app-1-horsepaste.yml +++ b/.github/workflows/porter-app-1-horsepaste.yml @@ -20,7 +20,7 @@ jobs: env: PORTER_APP_NAME: horsepaste PORTER_CLUSTER: "1" - PORTER_DEPLOYMENT_TARGET_ID: e1334204-48ec-4098-8dae-848dab33503b + PORTER_DEPLOYMENT_TARGET_ID: f55cbbaf-9a4d-426f-a260-172b813e5067 PORTER_HOST: https://jess.withporter.run PORTER_PROJECT: "1" PORTER_TAG: ${{ steps.vars.outputs.sha_short }} From 26235885d4778d3e675462fd821a9bc37e086c53 Mon Sep 17 00:00:00 2001 From: "jess-local-dev[bot]" <275798434+jess-local-dev[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:30:32 +0000 Subject: [PATCH 11/12] Add Porter workflow: porter-app-1-horsepaste.yml --- .github/workflows/porter-app-1-horsepaste.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/porter-app-1-horsepaste.yml b/.github/workflows/porter-app-1-horsepaste.yml index d9f1ca2..d0f2791 100644 --- a/.github/workflows/porter-app-1-horsepaste.yml +++ b/.github/workflows/porter-app-1-horsepaste.yml @@ -20,7 +20,7 @@ jobs: env: PORTER_APP_NAME: horsepaste PORTER_CLUSTER: "1" - PORTER_DEPLOYMENT_TARGET_ID: f55cbbaf-9a4d-426f-a260-172b813e5067 + PORTER_DEPLOYMENT_TARGET_ID: 09e0eddf-35e9-4ac1-86dc-9a819917db32 PORTER_HOST: https://jess.withporter.run PORTER_PROJECT: "1" PORTER_TAG: ${{ steps.vars.outputs.sha_short }} From 15d8a4023ba8bf6c65bf24b90b8ee50e831f61fc Mon Sep 17 00:00:00 2001 From: "jess-local-dev[bot]" <275798434+jess-local-dev[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:38:10 +0000 Subject: [PATCH 12/12] Add Porter workflow: porter-app-1-horsepaste.yml