mirror of https://github.com/VERT-sh/VERT.git
???
This commit is contained in:
parent
c221eb8cb3
commit
12b4319681
|
|
@ -20,6 +20,14 @@ jobs:
|
|||
- name: build
|
||||
env:
|
||||
BASE_PATH: "/${{ github.event.repository.name }}"
|
||||
PUB_HOSTNAME: ""
|
||||
PUB_PLAUSIBLE_URL: ""
|
||||
PUB_ENV: "production"
|
||||
PUB_VERTD_URL: "https://vertd.vert.sh"
|
||||
PUB_DISABLE_ALL_EXTERNAL_REQUESTS: "false"
|
||||
PUB_DISABLE_FAILURE_BLOCKS: "false"
|
||||
PUB_DONATION_URL: "https://donations.vert.sh"
|
||||
PUB_STRIPE_KEY: "pk_live_51RDVmAGSxPVad6bQwzVNnbc28nlmzA30krLWk1fefCMpUPiSRPkavMMbGqa8A3lUaOCMlsUEVy2CWDYg0ip3aPpL00ZJlsMkf2"
|
||||
run: bun run build
|
||||
|
||||
- name: Upload Artifacts
|
||||
|
|
|
|||
Loading…
Reference in New Issue