mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 09:36:10 +00:00 
			
		
		
		
	.gitlab-ci.yml - fixes
This commit is contained in:
		@@ -69,13 +69,13 @@ test:debian:
 | 
			
		||||
  script:
 | 
			
		||||
    # test installation
 | 
			
		||||
    - apt-get install -q -y ./build/build.deb --fix-missing
 | 
			
		||||
    - uvicorn --host 127.0.0.1 --port 443 \
 | 
			
		||||
      --app-dir /usr/share/fastapi-dls/app \
 | 
			
		||||
      --ssl-keyfile /etc/fastapi-dls/webserver.key \
 | 
			
		||||
      --ssl-certfile /opt/fastapi-dls/webserver.crt \
 | 
			
		||||
    - uvicorn --host 127.0.0.1 --port 443
 | 
			
		||||
      --app-dir /usr/share/fastapi-dls/app
 | 
			
		||||
      --ssl-keyfile /etc/fastapi-dls/webserver.key
 | 
			
		||||
      --ssl-certfile /opt/fastapi-dls/webserver.crt
 | 
			
		||||
      --proxy-headers &
 | 
			
		||||
    - FASTAPI_DLS_PID=$!
 | 
			
		||||
    - echo "> Started service with pid: $FASTAPI_DLS_PID"
 | 
			
		||||
    - echo "Started service with pid $FASTAPI_DLS_PID"
 | 
			
		||||
    - kill $FASTAPI_DLS_PID
 | 
			
		||||
    # copy example config from GitLab-CI-Variables
 | 
			
		||||
    #- cat ${EXAMPLE_CONFIG} > /etc/fastapi-dls/env
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user