summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-09-02 10:37:30 -0700
committerDessalines <tyhou13@gmx.com>2019-09-02 10:37:30 -0700
commit951a3d061654a62a1103c2b9fe694456e1e36dfb (patch)
tree712f379f8b7b136e43ebf62c8a7cf964e984de66 /docker
parent449586972a004ae4f9bdae18edb1684392d512c3 (diff)
Some fixes for ansible.
- Also updating the nginx template - Updating deploy.sh
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/dev/deploy.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/dev/deploy.sh b/docker/dev/deploy.sh
index 5982318a..e7ab706f 100755
--- a/docker/dev/deploy.sh
+++ b/docker/dev/deploy.sh
@@ -25,3 +25,7 @@ git push
./docker_update.sh
docker tag dev_lemmy:latest dessalines/lemmy:$new_tag
docker push dessalines/lemmy:$new_tag
+
+# Pushing to any ansible deploys
+cd ../../ansible
+ansible-playbook lemmy.yml