Skip to content

Commit 7709cab

Browse files
committed
Update playbook
1 parent bcb973e commit 7709cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/ansible/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
tasks:
1111

1212
- name: Update code from git
13-
command: git pull origin main
13+
command: git fetch --all && git reset --hard origin/main
1414
args:
1515
chdir: /opt/CookieLess
1616

0 commit comments

Comments
 (0)