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
upsun project:init
Not sure if this is expected behavior or not, so I'll report here:
# tree -L 2 ├── backend #flask backend │ ├── app │ ├── main.py │ └── requirements.txt ├── frontend # React frontend │ ├── README.md │ ├── node_modules │ ├── package-lock.json │ ├── package.json │ ├── public │ ├── src │ ├── tailwind.config.js │ └── tsconfig.json ├── readme.md └── upsun # Upsun Binary
redis-persistent
.environment
.upsun/config.yaml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not sure if this is expected behavior or not, so I'll report here:
Steps to reproduce
upsun project:init
from project root (not within frontend or backend)redis-persistent
as a service to add.environment
.upsun/config.yaml
Expected
.environment
to be in each app's directory.upsun/config.yaml
to include both frontend and backend appActual
.environment
is in the root of the repository.upsun/config.yaml
does not include the frontend appThe text was updated successfully, but these errors were encountered: