5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 08:36:22 +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. # Ignore master key for decrypting credentials and more.
/config/master.key /config/master.key
/config/credentials.yml.enc
/public/packs-test /public/packs-test
/node_modules /node_modules

View file

@ -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"