Push changing from git repo to digitalocean for bagisto
-
Hi there,
I followed this tutorial to deploy bagisto on digitalocean. How do I push changes to this from git repo? https://cloudkul.com/blog/bagisto-installation-on-digitalocean/
-
HI @eolykab
You can add your git repo to your this repo and can take pull from there as you need to changes the code from git.
Like -git remote add name path
git pull name branch name
Note - You need configure git o your server.
name - Can be anything like origin.