Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b55390c
Add Porter workflow: porter-app-1-horsepaste-1.yml
jess-local-dev[bot] Jun 1, 2026
5d940fe
Merge pull request #49 from JessicaGCarvalho/porter/add-workflows-jjdjs3
JessicaGCarvalho Jun 1, 2026
45b76e0
Add Porter workflow: porter-app-1-horsepaste-1.yml
jess-local-dev[bot] Jun 1, 2026
9844b68
Merge pull request #50 from JessicaGCarvalho/porter/add-workflows-fciyvq
JessicaGCarvalho Jun 1, 2026
062d012
Add Porter workflow: porter-app-4-horsepaste.yml
jess-local-dev[bot] Jun 3, 2026
33df3e5
Merge pull request #51 from JessicaGCarvalho/porter/add-workflows-jqdarq
JessicaGCarvalho Jun 3, 2026
43ab0b3
Add Porter workflow: porter-app-4-horsepaste-1.yml
jess-local-dev[bot] Jun 3, 2026
b0d0e9b
Merge pull request #53 from JessicaGCarvalho/porter/add-workflows-pv6w3w
JessicaGCarvalho Jun 3, 2026
81d9d32
Add Porter workflow: porter-app-1-horsepaste.yml
jess-local-dev[bot] Jun 8, 2026
7a58f38
Merge pull request #59 from JessicaGCarvalho/porter/add-workflows-ifidv1
JessicaGCarvalho Jun 8, 2026
c62cbc7
Add Porter workflow: porter-app-1-horsepaste-1.yml
jess-local-dev[bot] Jun 9, 2026
9c85115
Merge pull request #60 from JessicaGCarvalho/porter/add-workflows-q5s51f
JessicaGCarvalho Jun 9, 2026
9b02e87
Create porter_preview_horsepaste-1_1.yml file
jess-local-dev[bot] Jun 9, 2026
fb6b8da
Merge pull request #61 from JessicaGCarvalho/porter-app-preview
JessicaGCarvalho Jun 9, 2026
12f4925
Add Porter workflow: porter-app-2-horsepaste.yml
jess-local-dev[bot] Jun 16, 2026
3577d84
Merge pull request #62 from JessicaGCarvalho/porter/add-workflows-zkcwz9
JessicaGCarvalho Jun 17, 2026
d29e7d6
Add Porter workflow: porter-app-1-horsepaste.yml
jess-local-dev[bot] Jun 23, 2026
e84bc8e
Merge pull request #64 from JessicaGCarvalho/porter/add-workflows-eli76c
JessicaGCarvalho Jun 23, 2026
04afdc7
Add Porter workflow: porter-app-1-horsepaste.yml
jess-local-dev[bot] Jun 29, 2026
5ba22a6
Merge pull request #65 from JessicaGCarvalho/porter/add-workflows-s6wxhx
JessicaGCarvalho Jun 29, 2026
2623588
Add Porter workflow: porter-app-1-horsepaste.yml
jess-local-dev[bot] Jul 6, 2026
33cc917
Merge pull request #85 from JessicaGCarvalho/porter/add-workflows-rdckck
JessicaGCarvalho Jul 6, 2026
a70a892
Remove Porter workflow: porter-app-1-horsepaste.yml
jess-local-dev[bot] Jul 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/porter-app-1-horsepaste-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 8a66164a-0528-4631-bdd2-0734464ea580
PORTER_HOST: https://jess.withporter.run
PORTER_PROJECT: "1"
PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/porter-app-2-horsepaste.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
27 changes: 27 additions & 0 deletions .github/workflows/porter-app-4-horsepaste-1.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- 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 }}
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
run: porter apply
env:
PORTER_APP_NAME: horsepaste
PORTER_CLUSTER: "1"
PORTER_DEPLOYMENT_TARGET_ID: ddf8cf9f-76bf-41cd-8ed6-cf32ce8121b8
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_1 }}
PORTER_TOKEN: ${{ secrets.PORTER_APP_1_4 }}
29 changes: 29 additions & 0 deletions .github/workflows/porter_preview_horsepaste-1_1.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- 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 }}
Loading