5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 11:36:21 +00:00

ci: deshabilitar hainish en ci

This commit is contained in:
f 2024-01-08 18:32:33 -03:00
parent 0569f7cab9
commit b6d214c052
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

View file

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

View file

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

View file

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