mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 16:21:41 +00:00
ci: no hacer conflicto con las credenciales de producción
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
4de942a7ca
commit
800386e52c
2 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ pipeline:
|
||||||
- "git config user.email ci@sutty.coop.ar"
|
- "git config user.email ci@sutty.coop.ar"
|
||||||
- "git remote add upstream $${ORIGIN}"
|
- "git remote add upstream $${ORIGIN}"
|
||||||
- "git checkout -B ${CI_COMMIT_BRANCH}"
|
- "git checkout -B ${CI_COMMIT_BRANCH}"
|
||||||
|
- "mv config/credentials.yml.enc.ci config/credentials.yml.enc"
|
||||||
- "yarn"
|
- "yarn"
|
||||||
- "cp .env.example .env"
|
- "cp .env.example .env"
|
||||||
- "dotenv bundle install --path=vendor"
|
- "dotenv bundle install --path=vendor"
|
||||||
|
|
Loading…
Reference in a new issue