Sync before downloading secrets
This commit is contained in:
parent
01c236e4e9
commit
09c195afb0
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -27,6 +27,7 @@ terraform +ARGS:
|
|||
|
||||
# Download secrets
|
||||
update-secrets:
|
||||
bw sync
|
||||
cd terraform/ && bw get attachment .env --itemid c4f8b44e-ae62-442d-a9e0-02d0621c2454
|
||||
|
||||
ansible-deploy *ARGS:
|
||||
|
|
Loading…
Reference in a new issue