mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
added changes
This commit is contained in:
parent
227a8c959a
commit
7fe93b4534
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ Description=my springpetclinic application
|
||||||
[Service]
|
[Service]
|
||||||
User=ubuntu
|
User=ubuntu
|
||||||
WorkingDirectory=/home/jenkins
|
WorkingDirectory=/home/jenkins
|
||||||
ExecStart=/usr/lib/jvm/java-17-openjdk-amd64/bin/java -jar /tmp/spring-petclinic-3.0.0-20230314.161709-3.jar
|
ExecStart=/usr/lib/jvm/java-17-openjdk-amd64/bin/java -jar /home/jenkins/tmp/spring-petclinic-3.0.0-20230314.161709-3.jar
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
- name: get url from s3 bucket
|
- name: get url from s3 bucket
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
url: https://akshara1413.s3.ap-south-1.amazonaws.com/spring-petclinic-3.0.0-20230314.161709-3.jar
|
url: https://akshara1413.s3.ap-south-1.amazonaws.com/spring-petclinic-3.0.0-20230314.161709-3.jar
|
||||||
dest: /tmp
|
dest: /home/jenkins/tmp
|
||||||
- name: copy service file
|
- name: copy service file
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: ./madhuri.service
|
src: ./madhuri.service
|
||||||
|
|
Loading…
Reference in a new issue