Skip to content

Commit 24870f7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 20bb149 commit 24870f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
remote_base_path + '/previews/' + sanitized_branch_name
2626
) | trim
2727
}}
28-
temp_dir:
29-
"{{ remote_base_path }}/temp/{{ unique_id }}"
28+
temp_dir: "{{ remote_base_path }}/temp/{{ unique_id }}"
3029

3130
- name: Show deployment configuration
3231
ansible.builtin.debug:
@@ -49,7 +48,7 @@
4948
src: dist/
5049
dest: "{{ deploy_path }}/"
5150
mode: push
52-
checksum: true
51+
checksum: true
5352
delete: true
5453

5554
- name: Verify deployment success

0 commit comments

Comments
 (0)