Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Push changing from git repo to digitalocean for bagisto

    General Discussion
    2
    2
    301
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      eolykab last edited by

      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/

      1 Reply Last reply Reply Quote 0
      • R
        rahul last edited by rahul

        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.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post