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
uib-ub
Spesialsamlingene
admin components
Commits
4bd7d514
Commit
4bd7d514
authored
Feb 05, 2021
by
ØyvindG
Browse files
change to delete admin cache
parent
19b24b8a
Pipeline
#53397
passed with stages
in 1 minute and 50 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4bd7d514
...
...
@@ -41,7 +41,7 @@ deploy_prod:
script
:
-
ssh -o StrictHostKeyChecking=no -6 $MARCUS_USER@"$MARCUS_SERVER_IPV6" echo 'hello'
-
rsync -v -r -e "ssh -o StrictHostKeyChecking=no" --exclude 'static/js/blackbox-search' --delete ./ $MARCUS_USER@"[$MARCUS_SERVER_IPV6]":"$DEST"
-
ssh $MARCUS_USER@"$MARCUS_SERVER_IPV6" "sudo /usr/bin/find /var/www/html/marcus-
prod
/cache -regex .+ -type f -delete"
-
ssh $MARCUS_USER@"$MARCUS_SERVER_IPV6" "sudo /usr/bin/find /var/www/html/marcus-
admin
/cache -regex .+ -type f -delete"
tags
:
-
spes
only
:
...
...
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