We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96bea44 + 9020652 commit 103bd51Copy full SHA for 103bd51
.woodpecker/release.yml
@@ -15,8 +15,6 @@ steps:
15
from_secret: VAULT_TOKEN
16
commands:
17
- infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > /woodpecker/deploy.vault.env
18
- secrets:
19
- - VAULT_TOKEN
20
21
release:
22
image: node:20
index.ts
@@ -307,9 +307,11 @@ export default class UploadPlugin extends AdminForthPlugin {
307
} else {
308
previewUrl = await this.options.storageAdapter.getDownloadUrl(filePath, 1800);
309
}
310
+ const tagline = `${ADMINFORTH_NOT_YET_USED_TAG}=true`;
311
312
return {
313
uploadUrl,
314
+ tagline,
315
filePath,
316
uploadExtraParams,
317
previewUrl,
0 commit comments