Skip to content

Commit

Permalink
Attached PostgreSQL cluster to the PR app. (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored Dec 14, 2023
1 parent 4f3b822 commit 280ea61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fi

# Attach postgres cluster to the app if specified.
if [ -n "$INPUT_POSTGRES" ]; then
flyctl postgres attach "$INPUT_POSTGRES" || true
flyctl postgres attach "$INPUT_POSTGRES" --app "$app" || true
fi

# Trigger the deploy of the new version.
Expand Down

0 comments on commit 280ea61

Please sign in to comment.