-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
I deployed my production site using the following command
WAGON_NO_MINIFY_ASSETS=1 wagon deploy production -v -d -r pages
The issue is that it simply pushed all the pages data of my local site to my production site (instead of deploying the production data).
What I did before that :
- I synced the production data
- I checked that it was ok
- I edited some of it
- Then I deployed it with the above command.
I tried many time but the only solution was to manually copy-paste everything that is in thedata/production
folder to thedata/local
folder. Only then have I got my production data back.
Am I using a wrong command or is there really a so obvious (and really annoying) bug that nobody ever saw ?
Metadata
Metadata
Assignees
Labels
No labels