Skip to content

Commit

Permalink
avniproject/avni-product#1433 | Fix webapp zip path env var
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Nov 16, 2023
1 parent cf5b631 commit ed0dee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ commands:
- run: |
pwd
cd ~/avni-infra/configure
VAULT_PASSWORD_FILE=~/.vault-pass.txt app_zip_path=~/artifacts/ make deploy-avni-webapp-<< parameters.env >>
VAULT_PASSWORD_FILE=~/.vault-pass.txt web_zip_path=~/artifacts/ make deploy-avni-webapp-<< parameters.env >>
- run: rm ~/.vault-pass.txt

Expand Down

0 comments on commit ed0dee8

Please sign in to comment.