Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bsa_miner
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nazarf
bsa_miner
Commits
62ba97f7
Commit
62ba97f7
authored
Oct 21, 2023
by
nazarf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change deploy setting
parent
8dd35cac
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
misc.xml
.idea/misc.xml
+0
-1
.ruby-version
.ruby-version
+1
-1
deploy.rb
config/deploy.rb
+2
-2
production.rb
config/deploy/production.rb
+1
-1
No files found.
.idea/misc.xml
View file @
62ba97f7
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_3"
project-jdk-name=
"RVM: ruby-2.5.1"
project-jdk-type=
"RUBY_SDK"
>
<output
url=
"file://$PROJECT_DIR$/out"
/>
...
...
.ruby-version
View file @
62ba97f7
ruby-2.5.1
\ No newline at end of file
ruby-2.5.5
\ No newline at end of file
config/deploy.rb
View file @
62ba97f7
# config valid only for current version of Capistrano
lock
'3.7.2'
lock
'3.
1
7.2'
# DEPLOY
set
:application
,
'base_site'
...
...
@@ -15,7 +15,7 @@ set :linked_dirs, fetch(:linked_dirs, []).push('log', 'public/uploads', 'files')
# RVM
# set :rvm_type, :user # Defaults to: :auto
set
:rvm_ruby_version
,
'2.5.
1
'
# Defaults to: 'default'
set
:rvm_ruby_version
,
'2.5.
5
'
# Defaults to: 'default'
# set :rvm_custom_path, '~/.rvm' # only needed if not detected
# RAILS
...
...
config/deploy/production.rb
View file @
62ba97f7
server
'
209.250.245.88'
,
user:
'deploy'
,
roles:
%w{app db web}
server
'
71.9.27.70'
,
user:
'deploy'
,
roles:
%w{app db web}
,
port:
2022
# set :rvm_custom_path, '/usr/local/rvm' # only needed if not detected
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