Skip to content
Snippets Groups Projects
Verified Commit 290ef1a2 authored by Kevin Morris's avatar Kevin Morris
Browse files

fix(gitlab-ci): remove logging.prod.conf copy


No longer needed; logging.conf, which is the default config
used, is now setup for production INFO logging.

Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
parent bf4662e2
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,6 @@ deploy:
COMMIT_HASH: $CI_COMMIT_SHA
GIT_DATA_DIR: git_data
script:
- cp -vf logging.prod.conf logging.conf # Use production logging.conf
- 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}" &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment