From d065d5a8ecb9d6442f2334ce3fe4ca633873b44a Mon Sep 17 00:00:00 2001 From: "porter-deployment-app[bot]" <87230664+porter-deployment-app[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:59:37 -0400 Subject: [PATCH] Add Porter workflow files for APN relay project (#19547) Co-authored-by: porter-deployment-app[bot] <87230664+porter-deployment-app[bot]@users.noreply.github.com> --- .../workflows/porter-app-5534-apn-relay.yml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/porter-app-5534-apn-relay.yml diff --git a/.github/workflows/porter-app-5534-apn-relay.yml b/.github/workflows/porter-app-5534-apn-relay.yml new file mode 100644 index 0000000000..459d06532d --- /dev/null +++ b/.github/workflows/porter-app-5534-apn-relay.yml @@ -0,0 +1,27 @@ +"on": + push: + branches: + - opencode-remote-voice +name: Deploy to apn-relay +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: apn-relay + PORTER_CLUSTER: "5534" + PORTER_DEPLOYMENT_TARGET_ID: d60e67f5-b0a6-4275-8ed6-3cebaf092147 + PORTER_HOST: https://dashboard.porter.run + PORTER_PROJECT: "18525" + PORTER_TAG: ${{ steps.vars.outputs.sha_short }} + PORTER_TOKEN: ${{ secrets.PORTER_APP_18525_975734319 }}