Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
a3a5ec67
Verified
Commit
a3a5ec67
authored
Oct 28, 2021
by
Kevin Morris
Browse files
fix(gitlab-ci): enable options.disable_http_login on aur-dev
Signed-off-by:
Kevin Morris
<
kevr@0cost.org
>
parent
7ee32a4e
Pipeline
#12673
passed with stages
in 14 minutes and 27 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a3a5ec67
...
...
@@ -62,6 +62,8 @@ deploy:
-
chmod 600 ${SSH_KEY}
-
socat "UNIX-LISTEN:/tmp/docker.sock,reuseaddr,fork" EXEC:"ssh -o UserKnownHostsFile=${SSH_KNOWN_HOSTS} -Ti ${SSH_KEY} ${SSH_USER}@${SSH_HOST}" &
-
export DOCKER_HOST="unix:///tmp/docker.sock"
# Set secure login config for aurweb.
-
sed -ri "s/^(disable_http_login).*$/\1 = 1/" conf/config.dev
-
docker-compose build
-
docker-compose -f docker-compose.yml -f docker-compose.aur-dev.yml up -d
environment
:
...
...
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