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
Sophie Daringer
webOps_RAST
Commits
94779bad
Commit
94779bad
authored
May 17, 2020
by
Admin
Browse files
Add pipeline
parent
edde6376
Changes
4
Hide whitespace changes
Inline
Side-by-side
app/views/layouts/application.html.erb
View file @
94779bad
<!DOCTYPE html>
<html>
<head>
<title>
IOU - i owe you
</title>
<title>
IOU - i owe you
&
you owe me
</title>
<%=
csrf_meta_tags
%>
<%=
csp_meta_tag
%>
...
...
config/deploy.rb
View file @
94779bad
...
...
@@ -22,7 +22,7 @@ set :deploy_to, "/var/www/deployrast"
# Default value for :linked_files is []
# append :linked_files, "config/database.yml"
set
:linked_files
,
%w{
config/master.key
}
append
:linked_files
,
"
config/master.key
"
# Default value for linked_dirs is []
append
:linked_dirs
,
"log"
,
"tmp/pids"
,
"tmp/cache"
,
"tmp/sockets"
,
"vendor/bundle"
,
".bundle"
,
"public/system"
,
"public/uploads"
...
...
config/webpacker.yml
View file @
94779bad
...
...
@@ -54,7 +54,7 @@ development:
compile
:
true
# Verifies that correct packages and versions are installed by inspecting package.json, yarn.lock, and node_modules
check_yarn_integrity
:
tru
e
check_yarn_integrity
:
fals
e
# Reference: https://webpack.js.org/configuration/dev-server/
dev_server
:
...
...
lib/capistrano/tasks/setup.rake
0 → 100644
View file @
94779bad
namespace
:deploy
do
namespace
:check
do
before
:linked_files
,
:set_master_key
do
on
roles
(
:app
),
in: :sequence
,
wait:
10
do
unless
test
(
"[ -f
#{
shared_path
}
/config/master.key ]"
)
upload!
'config/master.key'
,
"
#{
shared_path
}
/config/master.key"
end
end
end
end
end
\ No newline at end of file
Write
Preview
Supports
Markdown
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