Skip to content

Commit 36c76d2

Browse files
authored
Update deploy.yml
1 parent 4e28acc commit 36c76d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
tasks:
1010
- name: Copy WAR to Remote server
11-
copy: src=**/**.war dest={{ warRemotePath }}/{{ warName }}
11+
copy: src=./.war dest={{ warRemotePath }}/{{ warName }}

0 commit comments

Comments
 (0)