Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Added make edit_env_prod
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed May 2, 2019
1 parent e953534 commit 2dfdf49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ encrypt_env_prod:
ansible-vault --vault-password-file=$$(pwd)/.vault-password encrypt .env-prod-tmp
mv .env-prod-tmp .env-prod

## Edit production environment configuration (.env.prod)
edit_env_prod:
ansible-vault --vault-password-file=$$(pwd)/.vault-password edit .env-prod

########### DOCUMENTATION ###########

Expand Down

0 comments on commit 2dfdf49

Please sign in to comment.