You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, an app.yaml with either [owner & name] or [app_id] (or both). If I don't have permissions to deploy, it should prompt me if I want to deploy to a new app, and if I confirm.. then delete owner, name and app_id and trigger again the deploy process.
Example:
$ git clone https://github.com/wasmer-examples/wordpress-wasmer-starter &&cd wordpress-wasmer-starter
$ wasmer deploy
It seems the app {name} ({owner}) doesn't exist, or you don't have permissions for it.
Do you want to deploy this as a new app? (y/n)
# Delete owner, name and app_id from app.yaml# Trigger the deploy flow again
The text was updated successfully, but these errors were encountered:
As a user, if I go to a repo with a set
app.yaml
for which I don't have permissions to push (eg: https://github.com/wasmer-examples/wordpress-wasmer-starter )Basically, an app.yaml with either [owner & name] or [app_id] (or both). If I don't have permissions to deploy, it should prompt me if I want to deploy to a new app, and if I confirm.. then delete
owner, name and app_id
and trigger again the deploy process.Example:
The text was updated successfully, but these errors were encountered: