circleci corrections

This commit is contained in:
Nikolas S
2021-12-30 20:36:26 +02:00
parent 67cfbad202
commit f13d065b4b

View File

@@ -15,6 +15,7 @@ jobs:
chmod +x docker-entrypoint.sh chmod +x docker-entrypoint.sh
chmod +x envsubst-on-templates.sh chmod +x envsubst-on-templates.sh
chmod +x tune-worker-processes.sh chmod +x tune-worker-processes.sh
chmod +x env.sh
source env.sh source env.sh
sudo docker build . -t $DOCKER_HUB_ID/nginx:$NGINX_VERSION-rtmp-geoip2-alpine --no-cache sudo docker build . -t $DOCKER_HUB_ID/nginx:$NGINX_VERSION-rtmp-geoip2-alpine --no-cache
test: test:
@@ -22,7 +23,6 @@ jobs:
working_directory: ~/nginx-build working_directory: ~/nginx-build
steps: steps:
- run: | - run: |
source env.sh
docker run -t --name webserver --rm $DOCKER_HUB_ID/nginx:$NGINX_VERSION-rtmp-geoip2-alpine nginx -v docker run -t --name webserver --rm $DOCKER_HUB_ID/nginx:$NGINX_VERSION-rtmp-geoip2-alpine nginx -v
deploy: deploy: