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

Wasmer deploy flow, incorrect package #4674

Closed
syrusakbary opened this issue May 13, 2024 — with Linear · 0 comments · Fixed by #4703
Closed

Wasmer deploy flow, incorrect package #4674

syrusakbary opened this issue May 13, 2024 — with Linear · 0 comments · Fixed by #4703
Assignees
Labels
priority-high High priority issue

Comments

Copy link
Member

When being in a dir, with a local package wasmer.toml, and running wasmer deploy (no app.yaml).

$ wasmer deploy
It seems you are trying to create a new app!
✔ Who should own this app? · wasmer-examples
✔ What should be the name of the app? · angular-wasmer-starter
A package manifest was found in path /Users/syrusakbary/Development/wasmer-examples/angular-wasmer-starter/wasmer.toml.
✔ Use it for the app? · yes
? Do you want to deploy the app now? (y/n) ›

Then the app.yaml is created as:

kind: wasmer.io/App.v0
name: angular-wasmer-starter
owner: wasmer-examples
package: /Users/syrusakbary/Development/wasmer-examples/angular-wasmer-starter/wasmer.toml

Package should be ., not the long package route.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-high High priority issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants