Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
f26cd1e9
Verified
Commit
f26cd1e9
authored
Oct 31, 2021
by
Kevin Morris
Browse files
fix(gitlab-ci): add `docker` dep to deploy target
Signed-off-by:
Kevin Morris
<
kevr@0cost.org
>
parent
cef69b63
Pipeline
#12783
passed with stages
in 12 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f26cd1e9
...
...
@@ -58,7 +58,7 @@ deploy:
COMMIT_HASH
:
$CI_COMMIT_SHA
GIT_DATA_DIR
:
git_data
script
:
-
pacman -Syu --noconfirm docker-compose socat openssh
-
pacman -Syu --noconfirm
docker
docker-compose socat openssh
-
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"
...
...
Kevin Morris
@kevr
mentioned in issue
infrastructure#413 (closed)
·
Oct 31, 2021
mentioned in issue
infrastructure#413 (closed)
mentioned in issue infrastructure#413
Toggle commit list
Write
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!
Cancel
Please
register
or
sign in
to comment