Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
MythicCraft
MythicCosmetics
Commits
7bfd6dba
Commit
7bfd6dba
authored
1 week ago
by
Ashijin
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
31456bd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
7bfd6dba
...
...
@@ -27,7 +27,7 @@ deploy:
stage
:
deploy
script
:
-
mvn $MAVEN_CLI_OPTS deploy
-
ssh builder@
proxy.mythiccraft.io
-p 22
22
"mkdir -p /tmp/builds/$CI_JOB_ID && exit"
-
scp -rp -o StrictHostKeyChecking=no -o Port=22
22
./target/ builder@
proxy.mythiccraft.io
:/tmp/builds/$CI_JOB_ID/
-
ssh builder@
15.204.226.243
-p 22 "mkdir -p /tmp/builds/$CI_JOB_ID && exit"
-
scp -rp -o StrictHostKeyChecking=no -o Port=22 ./target/ builder@
15.204.226.243
:/tmp/builds/$CI_JOB_ID/
only
:
-
master
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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