We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In rsconnect-python 1.20, deploying from the command line with
rsconnect deploy fastapi -s $SERVER_URL -k $MY_API_KEY ...
fails if CONNECT_API_KEY is set in the environment. The same deployment works with a saved server (same API key):
CONNECT_API_KEY
rsconnect add -s $SERVER_URL -k $MY_API_KEY -n my-server rsconnect deploy fastapi -n my-server ...
The text was updated successfully, but these errors were encountered:
Tested again on 1.24.0 and I can't reproduce the problem. It may have been resolved with the changes in #518.
Sorry, something went wrong.
No branches or pull requests
In rsconnect-python 1.20, deploying from the command line with
fails if
CONNECT_API_KEY
is set in the environment. The same deployment works with a saved server (same API key):The text was updated successfully, but these errors were encountered: