# Pipeline for updating server

Once testing is complete, it's time to permanently add the scripts to the server.

So far, we've covered:

  1. Creating the script
  2. Start cob-cli in test mode: cob-cli test
  3. Perform various changes and fixes until satisfied

To persist the code in production, we need to:

  1. Commit the changes git commit -a -m "message"
  2. Persist the changes in the server using cob-cli deploy