# Pipeline for updating server
Once testing is complete, it's time to permanently add the scripts to the server.
So far, we've covered:
- Creating the script
- Start cob-cli in test mode:
cob-cli test
- Perform various changes and fixes until satisfied
To persist the code in production, we need to:
- Commit the changes
git commit -a -m "message"
- Persist the changes in the server using
cob-cli deploy