diff --git a/.github/workflows/deploy-php-8.3.yml b/.github/workflows/deploy-php-8.3.yml new file mode 100644 index 0000000..cad6c01 --- /dev/null +++ b/.github/workflows/deploy-php-8.3.yml @@ -0,0 +1,21 @@ +name: Deploy php 8.3 + +on: + push: + paths: + - 'php-8.3/**' + branches: + - "master" + +concurrency: + group: php-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + +jobs: + deploy: + name: Deploy + uses: ./.github/workflows/vercel.yml + secrets: inherit + with: + projectId: "prj_8Sr1ZZvQgIfYaChCekr4yv3byJnV" + projectPath: "php-8.3" diff --git a/.github/workflows/deploy-php-exec.yml b/.github/workflows/deploy-php-exec.yml new file mode 100644 index 0000000..76112ac --- /dev/null +++ b/.github/workflows/deploy-php-exec.yml @@ -0,0 +1,21 @@ +name: Deploy php exec + +on: + push: + paths: + - 'php-exec/**' + branches: + - "master" + +concurrency: + group: php-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + +jobs: + deploy: + name: Deploy + uses: ./.github/workflows/vercel.yml + secrets: inherit + with: + projectId: "prj_1twKaUwaHQHV0M3YfoLY626vwIaQ" + projectPath: "php-exec"