mirror of https://github.com/VERT-sh/VERT.git
fix: dono variable
This commit is contained in:
parent
49821e51cb
commit
916e67357d
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
PUB_DISABLE_ALL_EXTERNAL_REQUESTS: "false"
|
||||
PUB_DISABLE_FAILURE_BLOCKS: "false"
|
||||
PUB_DONATION_URL: "https://donations.vert.sh"
|
||||
PUB_STRIPE_KEY: "pk_live_51RDVmAGSxPVad6bQwzVNnbc28nlmzA30krLWk1fefCMpUPiSRPkavMMbGqa8A3lUaOCMlsUEVy2CWDYg0ip3aPpL00ZJlsMkf2"
|
||||
PUB_STRIPE_KEY: "pk_live_51TlrPaFTPjkhEGBSu5Kwy5jJQYxcX5yUUHXiH5g7Xzvb0NKzDqbooc126HjlW35uUkfAgQN2ruEoCuyQynoxpKaA00ojFgQ116"
|
||||
run: bun run build
|
||||
|
||||
- name: Upload Artifacts
|
||||
|
|
|
|||
|
|
@ -1 +1,19 @@
|
|||
cache
|
||||
# IF GIT SHOWED THAT THIS FILE CHANGED
|
||||
#
|
||||
# 1. RUN THE FOLLOWING COMMAND
|
||||
#
|
||||
# ---
|
||||
# git rm --cached '**/*.inlang/.gitignore'
|
||||
# ---
|
||||
#
|
||||
# 2. COMMIT THE CHANGE
|
||||
#
|
||||
# ---
|
||||
# git commit -m "fix: remove tracked .gitignore from inlang project"
|
||||
# ---
|
||||
#
|
||||
# Inlang handles the gitignore itself starting with version ^2.5.
|
||||
#
|
||||
# everything is ignored except settings.json
|
||||
*
|
||||
!settings.json
|
||||
Loading…
Reference in New Issue