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
s.yaml
customContainerConfig.image
s deploy --skip-push
FC-BUILD
由于我的镜像已经由codeup的工作流构建好了,我希望在s deploy时跳过build,但加了--skip-push依然不行,请问如何解决,谢谢。
s deploy
--skip-push
The text was updated successfully, but these errors were encountered:
在 https://manual.serverless-devs.com/user-guide/cicd/#_1 中,出现了s deploy -y --use-local -a default,那么没有--use-local按理是不应该build? 另外, https://docs.serverless-devs.com/user-guide/aliyun/fc3/deploy/ 对deploy指令的说明中没有提到--use-local这个参数。
s deploy -y --use-local -a default
--use-local
deploy
Sorry, something went wrong.
No branches or pull requests
s.yaml
中,customContainerConfig.image
指向了我ACR中的镜像;s deploy --skip-push
,依然执行了FC-BUILD
。由于我的镜像已经由codeup的工作流构建好了,我希望在
s deploy
时跳过build,但加了--skip-push
依然不行,请问如何解决,谢谢。The text was updated successfully, but these errors were encountered: