Hi Amir,
Congrats for you deployment, once you have done this steps, and you have done some updatings, first of all, you need to update your master branch (remote and local), for example if you are working on a new branch called “TimeLine” from your local, firs you make a commit with your changes to your branch TimeLine (to the repository), then you need to make a pull request for your master branch (remote), once you have in the master branch all the updating, you need to update the changes on your master branch (local) $ git pull origin master
Now, you can make another deployment from your master branch(local)
$ npm run deploy
If success, you should receive the message “Publish” from your console. And after that, you can review on your link, some times the changes appears after some minutes, if is not reflected, you should receive a error message.
:D happy coding