We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e28acc commit 36c76d2Copy full SHA for 36c76d2
deploy.yml
@@ -8,4 +8,4 @@
8
9
tasks:
10
- name: Copy WAR to Remote server
11
- copy: src=**/**.war dest={{ warRemotePath }}/{{ warName }}
+ copy: src=./.war dest={{ warRemotePath }}/{{ warName }}
0 commit comments