5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-03 09:14:16 +00:00

Merge branch 'ci' into panel.sutty.nl

This commit is contained in:
f 2023-03-16 12:33:19 -03:00
commit 0027875968
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -32,6 +32,7 @@
# Ignore master key for decrypting credentials and more.
/config/master.key
/config/credentials.yml.enc
/public/packs-test
/node_modules

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"