name: deployon:push:branches:- dev- productionworkflow_dispatch:concurrency: ${{ github.workflow }}-${{ github.ref }}jobs:deploy:runs-on: ubuntu-lateststeps:- uses: actions/checkout@v3- uses: ./.github/actions/setup-bun- uses: actions/setup-node@v4with:node-version: "24"# Workaround for Pulumi version conflict:# GitHub runners have Pulumi 3.212.0+ pre-installed, which removed the -root flag# from pulumi-language-nodejs (see https://github.com/pulumi/pulumi/pull/21065).# SST 3.17.x uses Pulumi SDK 3.210.0 which still passes -root, causing a conflict.# Removing the system language plugin forces SST to use its bundled compatible version.# TODO: Remove when sst supports Pulumi >3.210.0- name: Fix Pulumi version conflictrun: sudo rm -f /usr/local/bin/pulumi-language-nodejs- run: bun sst deploy --stage=${{ github.ref_name }}env:CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}PLANETSCALE_SERVICE_TOKEN_NAME: ${{ secrets.PLANETSCALE_SERVICE_TOKEN_NAME }}PLANETSCALE_SERVICE_TOKEN: ${{ secrets.PLANETSCALE_SERVICE_TOKEN }}STRIPE_SECRET_KEY: ${{ github.ref_name == 'production' && secrets.STRIPE_SECRET_KEY_PROD || secrets.STRIPE_SECRET_KEY_DEV }}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。