Skip to content

Commit

Permalink
Add success message that contains the app URL
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-hugo committed May 23, 2022
1 parent c4d6bd7 commit 66a8d82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exe/deploy-to-ionos
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,6 @@ puts 'Configure cron jobs'
deploy_now.configure_cron_jobs(config.cron_jobs)

deploy_now.update_deployment_status

puts "Deployment complete :)".colorize(mode: :bold, color: :green)
puts "Visit your site at: ".colorize(mode: :bold, color: :green) + branch_info[:app_url]

0 comments on commit 66a8d82

Please sign in to comment.