5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-17 11:10:48 +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_GROUPS=assets
DELEGATE=panel.sutty.nl
HAINISH=../haini.sh/haini.sh
DATABASE_URL=postgres://suttier@postgresql.sutty.local/sutty
RAILS_ENV=development
IMAP_SERVER=

View file

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

View file

@ -7,7 +7,7 @@ shopt:
- "globstar"
dotenv:
- ".env"
- ".env.production"
- ".env.development"
tasks:
credentials:
desc: "Generate credentials file"