Skip to content

Commit

Permalink
Merge pull request #2 from Complear/issue-22-b
Browse files Browse the repository at this point in the history
fix: removed --no-deploy because unknown flag
  • Loading branch information
brecke authored Jan 16, 2024
2 parents 23727a5 + d35681b commit a2da3a0
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 @@ -40,7 +40,7 @@ fi
if ! flyctl status --app "$app"; then
# Backup the original config file since 'flyctl launch' messes up the [build.args] section
cp "$config" "$config.bak"
flyctl apps create --no-deploy --copy-config --name "$app" --image "$image" --region "$region" --org "$org"
flyctl apps create --copy-config --name "$app" --image "$image" --region "$region" --org "$org"
# Restore the original config file
cp "$config.bak" "$config"
fi
Expand Down

0 comments on commit a2da3a0

Please sign in to comment.