Added deployment

This commit is contained in:
2021-11-14 19:46:22 +01:00
parent 028111b617
commit 37f0c7540d

9
deploy.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
git checkout production && git pull main && git push && git checkout main
cd deployment
ansible-playbook todo-setup.yml
cd ..