1234567891011121314build: stage: build script: - echo "BUILD_VERSION=hello" >> build.env artifacts: ...
.gitlab-ci.yml 123456789101112131415161718192021222324252627282930313233343536image: docker:lateststages: - build - deployb...
Installdocker-compose.yml 12345678910services: runner: image: gitlab/gitlab-runner:v14.7.0 volumes: - /var/run/do...
123456789101112131415161718192021222324252627282930313233343536services: gitlab: environment: GITLAB_OMNIBUS_CONFIG:...
1234567services: gitlab: image: 'gitlab/gitlab-ce' environment: GITLAB_OMNIBUS_CONFIG: postgres...
1kubectl rollout restart deployment <deployment_name> 12kubectl scale deployment shop --replicas=0 && sl...
123456789while read host port; do r=$(bash -c 'exec 3<> /dev/tcp/'$host'/'$port';echo $?...
12apt updateAPT_LISTCHANGES_FRONTEND=none DEBIAN_FRONTEND=noninteractive apt -o Dpkg::Options::="--force-confdef" -...
Objawy zatrucia CO (czadu): stężenie CO rzędu 100–200 ppm (0,01 proc. – 0,02 proc.) – lekki ból głowy po 2–3-godzinnej ekspo...
123ini_set('display_errors', 1);ini_set('display_startup_errors', 1);error_reporting(E_ALL);