You need the --- at the top also. Make sure you read the opening comments on that file: “Uncomment the lines below” means all the lines below not just some of them.
I can do the deploy correctly, i can see the /dist/ directory on the production server.
I am trying to do some css changes, just to test if everything work correctly, but I can’t see these css changes on the production server.
I inspect and open the css from the live website and I can’t see the css that I wrote.
I can see on my local correctly, but not on my production link.
So i tried to add in the js an alert, just to understand, if I have the same problem with the js, but the js on the live website works. I can see the alert prompt.
am I missing a step?
I am doing like this:
write some css rules (i can see the change on my mysite.test local)
run yarn && yarn run build:production from the theme directory
commit this changes to bitbucket
run ./bin/deploy.sh production mysite.com from the trellis directory