mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-21 22:46:21 +00:00
feat: copiar credentials
This commit is contained in:
parent
dbd35e6589
commit
6ae3c2a29d
1 changed files with 11 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue