We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb973e commit 7709cabCopy full SHA for 7709cab
1 file changed
backend/ansible/playbook.yml
@@ -10,7 +10,7 @@
10
tasks:
11
12
- name: Update code from git
13
- command: git pull origin main
+ command: git fetch --all && git reset --hard origin/main
14
args:
15
chdir: /opt/CookieLess
16
0 commit comments