diff --git a/ci/build-and-deploy.sh b/ci/build-and-deploy.sh new file mode 100755 index 0000000..a1a7ae8 --- /dev/null +++ b/ci/build-and-deploy.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +set -eo pipefail + +# First, do the docker build +docker-compose up + +scp -i /home/ci/secret/kristall_ci output/Kristall-nightly-x86_64.AppImage kristall-ci@kristall.random-projects.net:. diff --git a/ci/docker-compose.yml b/ci/docker-compose.yml index 9a77052..d80253a 100644 --- a/ci/docker-compose.yml +++ b/ci/docker-compose.yml @@ -9,3 +9,7 @@ services: - /dev/fuse:/dev/fuse cap_add: - SYS_ADMIN + security_opt: + - apparmor:unconfined + - seccomp:unconfined +