mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 08:46:21 +00:00
Merge branch 'ci' into panel.sutty.nl
This commit is contained in:
commit
0027875968
3 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -32,6 +32,7 @@
|
|||
|
||||
# Ignore master key for decrypting credentials and more.
|
||||
/config/master.key
|
||||
/config/credentials.yml.enc
|
||||
|
||||
/public/packs-test
|
||||
/node_modules
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue