Skip to content

Commit ad60e11

Browse files
committed
ci(deploy.yml): specify a path to WAR file that is relative to a playbook.
This change makes deployment work on Ansible of the older (>=2.1.10) and newer versions. Correction for 1bf3966 commit. Prerequisite for #1142
1 parent 7cc9b8a commit ad60e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/ci/ansible/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
gather_facts: no
55
remote_user: mystamps
66
vars:
7-
local_war_dir: ../../../../../target
7+
local_war_dir: "{{ playbook_dir }}/../../../../../target"
88
remote_war_dir: /data/mystamps
99
uptimerobot:
1010
monitorid: 'MyStamps'

0 commit comments

Comments
 (0)