-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Not sure if this is expected behavior or not, so I'll report here:
Steps to reproduce
- Download Upsun vendorized binary for macos
- Copy it to project directory
- Directory structure:
# 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
- Directory structure:
- Launch:
upsun project:initfrom project root (not within frontend or backend)- Select
redis-persistentas a service to add
- Select
- Review created files:
.environment.upsun/config.yaml
Expected
.environmentto be in each app's directory.upsun/config.yamlto include both frontend and backend app
Actual
.environmentis in the root of the repository.upsun/config.yamldoes not include the frontend app
Metadata
Metadata
Assignees
Labels
No labels