Skip to content

Commit

Permalink
Added sample java app deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
directdevops committed Jan 27, 2021
1 parent c7ab4ce commit 05490bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jan21/cookbooks/qttomcatserver/recipes/ubuntu_tomcat.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@
end end
end end


remote_file '/opt/tomcat/webapps/gameoflife.war' do
source 'https://referenceappkhaja.s3-us-west-2.amazonaws.com/gameoflife.war'
owner user_name
group groupname
action :create
end








Expand Down

0 comments on commit 05490bb

Please sign in to comment.