5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-18 13:22:20 +00:00

feat: copiar credentials

This commit is contained in:
f 2024-01-08 15:06:07 -03:00
parent dbd35e6589
commit 6ae3c2a29d
No known key found for this signature in database

View file

@ -8,6 +8,14 @@ shopt:
dotenv:
- ".env"
tasks:
credentials:
desc: "Generate credentials file"
cmds:
- "cp --no-clobber config/credentials.yml.enc.ci config/credentials.yml.enc"
sources:
- "config/credentials.yml.enc.ci"
generates:
- "config/credentials.yml.enc"
env:
desc: "Install the .env file"
cmds:
@ -20,6 +28,9 @@ tasks:
- ".env"
gems:
desc: "Install gems"
deps:
- "env"
- "credentials"
cmds:
- "haini.sh bundle"
sources: