Skip to content

Commit

Permalink
Fixing path for gleam applications
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoesteves committed Oct 23, 2024
1 parent ec991bd commit bb38460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/deployex_web/live/applications/terminal.ex
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ defmodule DeployexWeb.ApplicationsLive.Terminal do
"""
unset $(env | grep '^RELEASE_' | awk -F'=' '{print $1}')
unset BINDIR ELIXIR_ERL_OPTIONS ROOTDIR
export PATH=#{path}
erl -remsh #{app_name}#{suffix}@#{hostname} -setcookie #{cookie} #{ssl_options}
"""
else
Expand Down

0 comments on commit bb38460

Please sign in to comment.