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
Valencia Vargas, Carlos
helloiamcarlos
Commits
c67f4862
Commit
c67f4862
authored
Nov 04, 2021
by
Bansal, Pranav
Browse files
Update setup_push.sh
parent
2397ec3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup_push.sh
View file @
c67f4862
...
...
@@ -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
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