5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-03 04:57:04 +00:00

ci: no hacer conflicto con las credenciales de producción
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-03-16 11:24:38 -03:00
parent 4de942a7ca
commit 800386e52c
2 changed files with 1 additions and 0 deletions

View file

@ -39,6 +39,7 @@ pipeline:
- "git config user.email ci@sutty.coop.ar"
- "git remote add upstream $${ORIGIN}"
- "git checkout -B ${CI_COMMIT_BRANCH}"
- "mv config/credentials.yml.enc.ci config/credentials.yml.enc"
- "yarn"
- "cp .env.example .env"
- "dotenv bundle install --path=vendor"