Update .gitea/workflows/cicd.yml
Some checks failed
Testing Infisical / build (push) Failing after 6s
Some checks failed
Testing Infisical / build (push) Failing after 6s
This commit is contained in:
@@ -26,8 +26,8 @@ jobs:
|
||||
run: |
|
||||
echo "Fetching secrets from Infisical..."
|
||||
echo "$BRANCH"
|
||||
infisical export --env=prod > .env.production
|
||||
infisical export --env=dev > .env.dev
|
||||
infisical export --env=production > .env.production
|
||||
infisical export --env=development > .env.dev
|
||||
infisical export --env=staging > .env.staging
|
||||
ls -alth .
|
||||
cat .env
|
||||
Reference in New Issue
Block a user