I am having a .sh file under my root directory, I normally run this shell script to run the dfx call commands for loading my essential data types and test data into the backend using the below command
./service/preload/dataPreload.test.sh
now I have successfully deployed my code to the main net but i don’t know how to access the remote files or command line to run this test data shell script? can anybody show some light on this? Thanks in advance.
For clarity this is the content of the file dataPreload.sh located inside ./service/preload/dataPreload.test.sh
i normally run it locally by just running ./service/preload/dataPreload.test.sh
from root directory.
I am indeed talking about the root of your local project. The technology itself doesn’t allow you to have ssh-like remote access. But I think you need to run the command and learn, dFinity has a very comprehensive documentation here: Network deployment | Internet Computer Home