This commit is contained in:
		@@ -16,7 +16,7 @@ jobs:
 | 
				
			|||||||
      # ------------------------------------------------------------
 | 
					      # ------------------------------------------------------------
 | 
				
			||||||
      - name: Checkout website repo
 | 
					      - name: Checkout website repo
 | 
				
			||||||
        run: git clone https://code.akshaykolli.net/lepton/website
 | 
					        run: git clone https://code.akshaykolli.net/lepton/website
 | 
				
			||||||
 | 
					            
 | 
				
			||||||
      # ------------------------------------------------------------
 | 
					      # ------------------------------------------------------------
 | 
				
			||||||
      # 2. Start an SSH agent and load the private key from secrets
 | 
					      # 2. Start an SSH agent and load the private key from secrets
 | 
				
			||||||
      # ------------------------------------------------------------
 | 
					      # ------------------------------------------------------------
 | 
				
			||||||
@@ -30,6 +30,8 @@ jobs:
 | 
				
			|||||||
          chmod 400 ~/.ssh/id_rsa
 | 
					          chmod 400 ~/.ssh/id_rsa
 | 
				
			||||||
          ssh-add ~/.ssh/id_rsa
 | 
					          ssh-add ~/.ssh/id_rsa
 | 
				
			||||||
          shasum -a 256 ~/.ssh/id_rsa
 | 
					          shasum -a 256 ~/.ssh/id_rsa
 | 
				
			||||||
 | 
					          apt install ping
 | 
				
			||||||
 | 
					          ping gitea
 | 
				
			||||||
      # ------------------------------------------------------------
 | 
					      # ------------------------------------------------------------
 | 
				
			||||||
      # 3. Trust the Gitea host key (port 222)
 | 
					      # 3. Trust the Gitea host key (port 222)
 | 
				
			||||||
      # ------------------------------------------------------------
 | 
					      # ------------------------------------------------------------
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user