mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 16:56:21 +00:00
ci: deshabilitar hainish en ci
This commit is contained in:
parent
0569f7cab9
commit
b6d214c052
3 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,6 @@ NODE_OPTIONS=--openssl-legacy-provider
|
||||||
RAILS_MASTER_KEY=11111111111111111111111111111111
|
RAILS_MASTER_KEY=11111111111111111111111111111111
|
||||||
RAILS_GROUPS=assets
|
RAILS_GROUPS=assets
|
||||||
DELEGATE=panel.sutty.nl
|
DELEGATE=panel.sutty.nl
|
||||||
HAINISH=../haini.sh/haini.sh
|
|
||||||
DATABASE_URL=postgres://suttier@postgresql.sutty.local/sutty
|
DATABASE_URL=postgres://suttier@postgresql.sutty.local/sutty
|
||||||
RAILS_ENV=development
|
RAILS_ENV=development
|
||||||
IMAP_SERVER=
|
IMAP_SERVER=
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.apk-add: &apk-add
|
.apk-add: &apk-add
|
||||||
- "apk add go-task diffutils"
|
- "apk add go-task diffutils"
|
||||||
.disable-hainish: &disable-hainish
|
.disable-hainish: &disable-hainish
|
||||||
- "echo \"HAINISH=\" >> .env.production"
|
- "rm -f .env.development"
|
||||||
.cache-ruby: &cache-ruby
|
.cache-ruby: &cache-ruby
|
||||||
- paths:
|
- paths:
|
||||||
- "vendor/ruby"
|
- "vendor/ruby"
|
||||||
|
|
|
@ -7,7 +7,7 @@ shopt:
|
||||||
- "globstar"
|
- "globstar"
|
||||||
dotenv:
|
dotenv:
|
||||||
- ".env"
|
- ".env"
|
||||||
- ".env.production"
|
- ".env.development"
|
||||||
tasks:
|
tasks:
|
||||||
credentials:
|
credentials:
|
||||||
desc: "Generate credentials file"
|
desc: "Generate credentials file"
|
||||||
|
|
Loading…
Reference in a new issue