My organization is using AWS and I connected to it using FileZilla.
Server Folder Path:
- Source
- -> Website Folder
- ---> Client
- ------> All files visible here which are things from the create-react-app
Specifically:
Build, Node_modules, Public, Src, and other files including Makefile
On my local computer I used npm install to gather the latest files, then I made some changes and when I finished I ran "Npm run build" and then copied over all folders including the new build folder.
I used drag and drop into the filezilla window.
Now when I check the live website for changes, it still shows the old information even though it's updated on my local build. I don't understand.
Is there another way to deploy this properly? I don't see why I can't drag and drop the source files over. It's just static changes.
Things I tried:
- Clearing Cache
- Using different browser
- Incognito
- Reconnecting to server via filezilla