mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
Fixing deploy script.
This commit is contained in:
parent
fb4a7f3289
commit
542ea23cbb
1 changed files with 2 additions and 2 deletions
4
docker/dev/deploy.sh
vendored
4
docker/dev/deploy.sh
vendored
|
@ -72,5 +72,5 @@ git push origin $new_tag
|
||||||
git push
|
git push
|
||||||
|
|
||||||
# Pushing to any ansible deploys
|
# Pushing to any ansible deploys
|
||||||
cd ../../ansible || exit
|
cd ../../../lemmy-ansible || exit
|
||||||
ansible-playbook lemmy.yml --become
|
ansible-playbook -i prod playbooks/site.yml --vault-password-file vault_pass
|
||||||
|
|
Loading…
Reference in a new issue