Skip to content
Snippets Groups Projects
Commit c67f4862 authored by Bansal, Pranav's avatar Bansal, Pranav
Browse files

Update setup_push.sh

parent 2397ec3e
No related branches found
No related tags found
No related merge requests found
......@@ -26,3 +26,4 @@ chmod 600 ~/.ssh/id_rsa
ssh-keyscan -H $ssh_port "$ssh_host" >> ~/.ssh/known_hosts
git push $url ${CI_COMMIT_SHA:-HEAD}:refs/heads/${branch:-master} $([ -z "$DISABLE_FORCE_PUSH" ] && echo --force)
sed -i -e 's/MY_APP_NAME_HERE/$APP_NAME/g' config/config.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment