This commit is contained in:
		
							parent
							
								
									4fae1e2ae2
								
							
						
					
					
						commit
						6a7a1bf3d2
					
				@ -67,7 +67,6 @@ steps:
 | 
			
		||||
        - cp /etc/ssl/certs/ca-certificates.crt .
 | 
			
		||||
        - mv build/ci/Dockerfile .
 | 
			
		||||
        - mv build/ci/docker-compose.yml .
 | 
			
		||||
        - rm -r build deploy
 | 
			
		||||
        - export PATH=$PATH:/usr/local/go/bin:/$HOME/go/bin
 | 
			
		||||
        - goose -allow-missing -dir ./migrations postgres "user=crab password=$${DB_PASS} dbname=smm-tg host=localhost port=5432 sslmode=disable" up
 | 
			
		||||
        - docker-compose up -d --force-recreate
 | 
			
		||||
 | 
			
		||||
@ -9,6 +9,8 @@ services:
 | 
			
		||||
      - "8185:8090"
 | 
			
		||||
    networks:
 | 
			
		||||
      - common-network
 | 
			
		||||
    env_file:
 | 
			
		||||
      - .env
 | 
			
		||||
 | 
			
		||||
networks:
 | 
			
		||||
  common-network:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user