Skip to content

Commit

Permalink
add VERSION file for all apps
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
Jeremy Nicklas committed Apr 4, 2018
1 parent b09e982 commit 61ea683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ all_components.each do |c|
if setup_path.exist? && setup_path.executable?
sh "PASSENGER_APP_ENV=production PASSENGER_BASE_URI=/pun/sys/#{c.name} #{setup_path}"
end
c.build_root.join("VERSION").write(c.tag) if c.app?
end
end

Expand Down

0 comments on commit 61ea683

Please sign in to comment.