-
Notifications
You must be signed in to change notification settings - Fork 152
Description
Before I deployed with $sidekick launch my app with the .env file - now I created a .env.production file and want to deploy the same app but this time with the new .env.production file. How do I do that? Since $sidekick deploy does use the .env file. I think changing in sidekick.yml file to: file: .env.production doesn't do anything right?
and how can we delete an existing docker container already running on the VPS? Just by deleting the sidekick.yml file locally and re-init and re-launching?
(Beside loging into the vps via ssh and stopping, deleting, pruning the container manually; what I did... but then I get this error on deployment:
Please enter which env file you would like to load .env.production
8:23PM INFO Env File: Detected - Loading env vars from .env.production
Launching your application on your VPS π
β VPS is reachable
β Latest docker image built
β Image saved successfully
β Moving image to your server
βββ error running command - mkdir myApp: - mkdir: cannot create directory βmyAppβ: File