You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the data/production folder to the data/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 ?
The text was updated successfully, but these errors were encountered:
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 tried many time but the only solution was to manually copy-paste everything that is in the
data/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 ?
The text was updated successfully, but these errors were encountered: