Skip to content

Commit

Permalink
adding debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed Jun 18, 2024
1 parent d33fd95 commit 78995a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ deploy() {
# todo: handle name collisions
cp -r /app/* /fly/config
awk -v config_path="\"$TC_RELATIVE_PATH\"" "{sub(/TC_CONFIG_PATH/,config_path)}1" /extras/config.json > /fly/config.json
cat /fly/config.json
setup_flyctl
cd /fly
export FLY_APP_NAME="$(echo $FLY_APP_NAME | tr '_' '-')"
Expand Down

0 comments on commit 78995a6

Please sign in to comment.