mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-30 22:11:07 +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) (cherry picked from commit7a98204743) (cherry picked from commitc679954950) (cherry picked from commit8e4a03f302) (cherry picked from commit5846953f61) (cherry picked from commitffda919030) (cherry picked from commitf923b26d1e)
This commit is contained in:
		
					parent
					
						
							
								1068e48805
							
						
					
				
			
			
				commit
				
					
						abfe5ec45d
					
				
			
		
					 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