Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
counterstRAJk
OK1RAJ
Commits
5682c574
Commit
5682c574
authored
Nov 03, 2019
by
Ondřej Kučera
Browse files
remove server autopush
parent
4dcacbf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
deleted
100644 → 0
View file @
4dcacbf2
before_script
:
-
apt-get update -qq
-
apt-get install -qq git
# Setup SSH deploy keys
-
'
which
ssh-agent
||
(
apt-get
install
-qq
openssh-client
)'
-
eval $(ssh-agent -s)
-
ssh-add <(echo "$SSH_PRIVATE_KEY")
-
mkdir -p ~/.ssh
-
'
[[
-f
/.dockerenv
]]
&&
echo
-e
"Host
*\n\tStrictHostKeyChecking
no\n\n"
>
~/.ssh/config'
deploy_staging
:
type
:
deploy
environment
:
name
:
staging
url
:
example.com
script
:
-
scp de_raj.bsp csgoserver@ok1raj.cz/var/www/csgo.ok1raj.cz/csgo/maps/
-
scp de_raj.bsp csgoserver@ok1raj.cz/home/serverfiles/csgo/maps/
only
:
-
master
\ No newline at end of file
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