This commit is contained in:
		@@ -60,6 +60,7 @@ jobs:
 | 
			
		||||
 | 
			
		||||
      - name: Check docker containers running
 | 
			
		||||
        run: |
 | 
			
		||||
          ls
 | 
			
		||||
          docker ps
 | 
			
		||||
      # ------------------------------------------------------------
 | 
			
		||||
      # 6. Stop any old stack, rebuild, and run the new one
 | 
			
		||||
@@ -69,5 +70,5 @@ jobs:
 | 
			
		||||
        run: docker compose down --remove-orphans || true
 | 
			
		||||
 | 
			
		||||
      - name: Rebuild & deploy
 | 
			
		||||
        shell: bash
 | 
			
		||||
        # shell: bash
 | 
			
		||||
        run: docker compose up
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user