--- makepkg: stage: build script: - seblu-build artifacts: name: $CI_PROJECT_NAME-$CI_COMMIT_REF_NAME expire_in: 1 week paths: - config.x86_64 - "*.pkg.tar.xz" only: refs: - tags - web commitpkg: stage: deploy script: - eval $(ssh-agent -s) - trap 'kill $SSH_AGENT_PID' 0 - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null - seblu-push only: refs: - tags - web