Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
adnan
EasyParking
Commits
c725eaa7
Commit
c725eaa7
authored
Mar 10, 2020
by
Oky Rahmanto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing deployment .gitlab-ci.yml
parent
62b102f5
Pipeline
#22745
passed with stages
in 2 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-3
No files found.
.gitlab-ci.yml
View file @
c725eaa7
...
...
@@ -42,9 +42,7 @@ deploy:
-
ssh-keyscan -H $URL >> ~/.ssh/known_hosts
-
dotnet publish -c Release
-
sshpass -p "$PASSWORD" -v scp -r bin/Release/netcoreapp2.2/ $USER@$URL:/var/www/dotnet
-
sshpass -p "$PASSWORD" ssh $USER@$URL
-
service six7 stop
-
service six7 start
-
sshpass -p "$PASSWORD" ssh $USER@$URL 'service six7 stop; service six7 start;'
#- dotnet-sshdeploy push -f netcoreapp2.2 -t "$TARGET_PATH" -h $URL -w $PASSWORD -u $USER -p $PORT -v
#release:
...
...
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