Skip to content

fix: remote-build for python, php and nodejs#53

Closed
sanpj2292 wants to merge 2 commits intomainfrom
SERVERLESS-3451/fix.remote-build-py-php-nodejs
Closed

fix: remote-build for python, php and nodejs#53
sanpj2292 wants to merge 2 commits intomainfrom
SERVERLESS-3451/fix.remote-build-py-php-nodejs

Conversation

@sanpj2292
Copy link
Collaborator

Description

Remote builds were not happening for nodejs, python and php even though we mention --remote-build flag while deploying a function using doctl or dosls

The changes in this PR, fixes this problem.

The problem arises when the functions project is getting evaluated to decide if the build needs to take place locally. Unless the functions project has build.sh or build.cwd or package.json, remote-build would not be considered for nodejs, python and php runtimed functions.

@sanpj2292
Copy link
Collaborator Author

Unnecessary

@sanpj2292 sanpj2292 closed this Jul 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant