deploy app test
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and Deploy docker container / build (push) Successful in 34s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and Deploy docker container / build (push) Successful in 34s
				
			This commit is contained in:
		@@ -12,22 +12,22 @@ jobs:
 | 
			
		||||
  build:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      -
 | 
			
		||||
        name: Set up Docker Buildx
 | 
			
		||||
        uses: docker/setup-buildx-action@v3
 | 
			
		||||
      -
 | 
			
		||||
        name: Login to Docker Hub
 | 
			
		||||
        uses: docker/login-action@v3
 | 
			
		||||
        with:
 | 
			
		||||
          registry: git.jonb.io
 | 
			
		||||
          username: ${{ gitea.actor }}
 | 
			
		||||
          password: ${{ secrets.JONBIO_CI }}
 | 
			
		||||
      -
 | 
			
		||||
        name: Build and push
 | 
			
		||||
        uses: docker/build-push-action@v6
 | 
			
		||||
        with:
 | 
			
		||||
          push: true
 | 
			
		||||
          tags: git.jonb.io/jblu/jonbio:latest
 | 
			
		||||
      # -
 | 
			
		||||
      #   name: Set up Docker Buildx
 | 
			
		||||
      #   uses: docker/setup-buildx-action@v3
 | 
			
		||||
      # -
 | 
			
		||||
      #   name: Login to Docker Hub
 | 
			
		||||
      #   uses: docker/login-action@v3
 | 
			
		||||
      #   with:
 | 
			
		||||
      #     registry: git.jonb.io
 | 
			
		||||
      #     username: ${{ gitea.actor }}
 | 
			
		||||
      #     password: ${{ secrets.JONBIO_CI }}
 | 
			
		||||
      # -
 | 
			
		||||
      #   name: Build and push
 | 
			
		||||
      #   uses: docker/build-push-action@v6
 | 
			
		||||
      #   with:
 | 
			
		||||
      #     push: true
 | 
			
		||||
      #     tags: git.jonb.io/jblu/jonbio:latest
 | 
			
		||||
      - 
 | 
			
		||||
        name: Deploy App
 | 
			
		||||
        uses: fjogeleit/http-request-action@v1
 | 
			
		||||
@@ -35,4 +35,4 @@ jobs:
 | 
			
		||||
          url: 'http://192.168.4.11:7777/v1/update'
 | 
			
		||||
          method: 'GET'
 | 
			
		||||
          bearerToken: ${{ secrets.DEPLOYTOKEN }}
 | 
			
		||||
          preventFailureOnNoResponse: 'true'
 | 
			
		||||
          # preventFailureOnNoResponse: 'true'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user