But snapshots ofthen run in gitpod for local developement.
And I want to create snapshot for production. But production config is placed in local folder: /root/.nvm/versions/node/v18.18.2/lib/node_modules/@deep-foundation/deeplinks/local/docker-compose.yml
Maybe create two different group of commands npm run snapshot:create/last for prod and local?
Maybe need use local folder for local development and prod for production?
Is your feature request related to a problem? Please describe.
Command:
npm run snapshot:create
in package json run https://github.com/deep-tfoundation/deeplinks/blob/main/snapshots/create.js#L20 where:Look at: run from docker-prod/deep.
But snapshots ofthen run in gitpod for local developement.
And I want to create snapshot for production. But production config is placed in local folder: /root/.nvm/versions/node/v18.18.2/lib/node_modules/@deep-foundation/deeplinks/local/docker-compose.yml
Discussion in discord
Describe the solution you'd like
No response
Describe alternatives you've considered
No response