mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 11:46:22 +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_GROUPS=assets
|
||||
DELEGATE=panel.sutty.nl
|
||||
HAINISH=../haini.sh/haini.sh
|
||||
DATABASE_URL=postgres://suttier@postgresql.sutty.local/sutty
|
||||
RAILS_ENV=development
|
||||
IMAP_SERVER=
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.apk-add: &apk-add
|
||||
- "apk add go-task diffutils"
|
||||
.disable-hainish: &disable-hainish
|
||||
- "echo \"HAINISH=\" >> .env.production"
|
||||
- "rm -f .env.development"
|
||||
.cache-ruby: &cache-ruby
|
||||
- paths:
|
||||
- "vendor/ruby"
|
||||
|
|
|
@ -7,7 +7,7 @@ shopt:
|
|||
- "globstar"
|
||||
dotenv:
|
||||
- ".env"
|
||||
- ".env.production"
|
||||
- ".env.development"
|
||||
tasks:
|
||||
credentials:
|
||||
desc: "Generate credentials file"
|
||||
|
|
Loading…
Reference in a new issue