Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
CPTR 245 - Lab Repository
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bradon Ladd
CPTR 245 - Lab Repository
Commits
960e95a5
Commit
960e95a5
authored
Feb 10, 2022
by
Bradon Ladd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed private key from CMD
parent
414243d9
Pipeline
#21150
passed with stage
in 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab/lab-10/.gitlab-ci.yml
.gitlab/lab-10/.gitlab-ci.yml
+1
-1
No files found.
.gitlab/lab-10/.gitlab-ci.yml
View file @
960e95a5
...
...
@@ -44,7 +44,7 @@ deploy_prod:
script
:
-
|
# establish connection to server machine and copy files
ssh -o StrictHostKeyChecking=no
-i $SSH_PRIVATE_KEY
gitlab@172.27.4.100 "hostname; whoami; pwd"
ssh -o StrictHostKeyChecking=no gitlab@172.27.4.100 "hostname; whoami; pwd"
rsync -r $CI_PROJECT_DIR/lab-10/ \
gitlab@172.27.4.100:/var/www/public-html/$GITLAB_USER_LOGIN
environment
:
...
...
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