Skip to content
New issue

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

Error: Flag --app expects a value 小白请教,谢谢 #11

Closed
toydemo77 opened this issue Mar 30, 2022 · 3 comments
Closed

Error: Flag --app expects a value 小白请教,谢谢 #11

toydemo77 opened this issue Mar 30, 2022 · 3 comments

Comments

@toydemo77
Copy link

start报错,请问怎么改?谢谢!
Run echo action is start
echo action is start
if [[ start == 'stop' ]]; then heroku ps:scale web=0 -a && echo "stop"; fi
if [[ start == 'start' ]]; then heroku ps:scale web=1 -a && echo "start"; fi
heroku ps -a
shell: /usr/bin/bash -e {0}
action is start
› Warning: heroku update available from 7.59.2 to 7.60.0.
› Error: Flag --app expects a value
› Warning: heroku update available from 7.59.2 to 7.60.0.
› Error: Flag --app expects a value
Error: Process completed with exit code 2.

@zizifn
Copy link
Owner

zizifn commented Mar 31, 2022 via email

@toydemo77
Copy link
Author

heroku App Name已经设置了
01

@zizifn
Copy link
Owner

zizifn commented Mar 31, 2022

我看你使用了github 环境, 你需要确保 在每个环境下 APP_NAME是存在的。。

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

No branches or pull requests

2 participants