Skip to content

Commit

Permalink
fix(task): use ansible password from another location
Browse files Browse the repository at this point in the history
  • Loading branch information
akorzunin committed Aug 2, 2024
1 parent 2317266 commit 31dd507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,14 @@ tasks:
- >-
ansible-playbook
./deploy/dev/deploy_local.yaml -l local_pi,
--verbose --vault-password-file .ansible_vault_password
--verbose --vault-password-file ~/.ansible_vault_password
deploy-dev:
platforms: [linux]
desc: build for all platforms and upload files to file server
interactive: true
cmds:
- deploy-dev-internal
- { task: deploy-dev-internal }

deploy-build-dev:
platforms: [linux]
Expand All @@ -173,7 +173,7 @@ tasks:
deps:
- dev-build-all
cmds:
- deploy-dev-internal
- { task: deploy-dev-internal }

caddy:
desc: run reverce proxy to view web build and file server locally
Expand Down

0 comments on commit 31dd507

Please sign in to comment.