Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Build and Deploy to Sandbox #3

Build and Deploy to Sandbox

Build and Deploy to Sandbox #3

name: Build and Deploy to Sandbox
on: workflow_dispatch
jobs:
buildDeploySandbox:
uses: ./.github/workflows/build-deploy.yml
secrets:
GH_PAT: ${{ secrets.GH_PAT }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
with:
env: quai-sandbox
awk: sed -e "s/pre/rc/g" | awk -F . '{print $1"."$2"."$3"."$4+1}'
rails: '[[ ! "$VERSION" =~ "pre" ]]'