Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Robert Chatley
rbctestapp
Commits
123b54cf
Commit
123b54cf
authored
Nov 04, 2021
by
Bansal, Pranav
Browse files
Update setup_push.sh
parent
c67f4862
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup_push.sh
View file @
123b54cf
...
...
@@ -26,4 +26,3 @@ 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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment