mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	[CI] update DNS on experimental release (#1298)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/1298 Co-authored-by: oliverpool <git@olivier.pfad.fr> Co-committed-by: oliverpool <git@olivier.pfad.fr> (cherry picked from commit2aebc5ab4d) (cherry picked from commit8d66b6e7bc) (cherry picked from commitc782935f1b) (cherry picked from commit51e071da73) (cherry picked from commit81dbc87e16)
This commit is contained in:
		
					parent
					
						
							
								70d45d9193
							
						
					
				
			
			
				commit
				
					
						7a98204743
					
				
			
		
					 1 changed files with 19 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -58,3 +58,22 @@ jobs:
 | 
			
		|||
          gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
 | 
			
		||||
          gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
 | 
			
		||||
          verbose: ${{ secrets.VERBOSE }}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
      - name: set up go for the DNS update below
 | 
			
		||||
        uses: https://code.forgejo.org/actions/setup-go@v4
 | 
			
		||||
        if: secrets.ROLE == 'forgejo-experimental'
 | 
			
		||||
        with:
 | 
			
		||||
          go-version: ">=1.21"
 | 
			
		||||
          check-latest: true
 | 
			
		||||
      - name: update the _release.experimental DNS record
 | 
			
		||||
        if: secrets.ROLE == 'forgejo-experimental'
 | 
			
		||||
        uses: https://code.forgejo.org/actions/ovh-dns-update@v1
 | 
			
		||||
        with:
 | 
			
		||||
          subdomain: _release.experimental
 | 
			
		||||
          domain: forgejo.com # there is a CNAME from .org to .com (for security reasons)
 | 
			
		||||
          record-id: 5283602601
 | 
			
		||||
          value: v=${{ github.ref_name }}
 | 
			
		||||
          ovh-app-key: ${{ secrets.OVH_APP_KEY }}
 | 
			
		||||
          ovh-app-secret: ${{ secrets.OVH_APP_SECRET }}
 | 
			
		||||
          ovh-consumer-key: ${{ secrets.OVH_CON_KEY }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue