Update .gitlab-ci.yml file

This commit is contained in:
Joey Hafner 2022-02-26 03:09:54 +00:00
parent 8afa459d8e
commit cf1ab401c3

View File

@ -12,6 +12,18 @@ before_script:
- ssh-add <(echo "$SSH_PRIVATE_KEY")
- mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
docker-compose-test:
image: docker/compose
stage: test
when: always
rules:
- changes:
- docker-compose.yml
- server/config/minecraft/
when: manual
script:
- ls
server-deploy: