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

Поддержка CI #9

Open
SevereCloud opened this issue Nov 9, 2019 · 0 comments · May be fixed by #35
Open

Поддержка CI #9

SevereCloud opened this issue Nov 9, 2019 · 0 comments · May be fixed by #35

Comments

@SevereCloud
Copy link

При попытке запустить деплой, пользователя спросят, уверен ли он:

$ MINI_APPS_ACCESS_TOKEN=super_secret_access_token_value vk-miniapps-deploy
? Would you like to deploy to VK Mini Apps hosting using these commands? › (Y/n)

В CI данный вопрос приведет к блокировке сборки.

Бэкграунд

В конфигурации можно указать параметр "noprompt": true, с помощью которого можно обойти этот вопрос. Но про него ничего не указано в документации.

Также, если токен не задан, то параметр "noprompt": true не влияет на попытку получить его, что также заблокирует сборку в CI.

image

Идеи и решения

  • указать в документации про noprompt
  • перед попыткой получить токен, проверять noprompt
  • добавить возможность указать флаг -y
  • проверять, что деплой запущен в CI с помощью ci-info
@eolme eolme linked a pull request May 16, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants