Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
rating_mak
api
Commits
b3892a61
Commit
b3892a61
authored
3 years ago
by
Vladimir Markovnin
Browse files
Options
Downloads
Patches
Plain Diff
move log to static
parent
d12fd003
Branches
Branches containing commit
Tags
v4.2.15
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy_remote.sh
+1
-3
deploy_remote.sh
with
1 addition
and
3 deletions
deploy_remote.sh
+
1
−
3
View file @
b3892a61
...
...
@@ -20,9 +20,7 @@ $SSH "cd $API_RATING_DOCUMENT_ROOT && tar -xzf $TGZ && rm $TGZ"
$SSH
"rm -rf
$API_RATING_DOCUMENT_ROOT
/config/jwt && ln -sfn
$STATIC_PATH
/jwt
$API_RATING_DOCUMENT_ROOT
/config/"
$SSH
"rm -rf
$API_RATING_DOCUMENT_ROOT
/.env && ln -sfn
$STATIC_PATH
/.env
$API_RATING_DOCUMENT_ROOT
/"
$SSH
"rm -rf
$API_RATING_DOCUMENT_ROOT
/public/bundles && ln -sfn
$STATIC_PATH
/bundles
$API_RATING_DOCUMENT_ROOT
/public/"
$SSH
"rm -rf
$API_RATING_DOCUMENT_ROOT
/var/log && ln -sfn
$STATIC_PATH
/log
$API_RATING_DOCUMENT_ROOT
/var/"
$SSH
"mkdir -p
$API_RATING_DOCUMENT_ROOT
/var/cache/prod"
$SSH
"chmod -R 777
$API_RATING_DOCUMENT_ROOT
/var/cache/prod"
$SSH
"mkdir -p
$STATIC_PATH
/log"
$SSH
"chmod -R 777
$STATIC_PATH
/log"
$SSH
"rm -rf
$API_RATING_DOCUMENT_ROOT
/var/log && ln -sfn
$STATIC_PATH
/log
$API_RATING_DOCUMENT_ROOT
/var/"
$SSH
"ln -sfn
$API_RATING_DOCUMENT_ROOT
$API_RATING_PRERELEASE_DOCUMENT_ROOT
"
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets