Added deployment

This commit is contained in:
Kasper Juul Hermansen 2021-11-14 19:46:22 +01:00
parent 028111b617
commit 37f0c7540d
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

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 ..