Skip to content

Commit

Permalink
Remove TransIP configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored Oct 19, 2024
1 parent 889e5d0 commit a078c0c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dnscontrol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# provider: [cloudflare, digitalocean, transip]
provider: [cloudflare, transip]
provider: [cloudflare, digitalocean]
steps:
- uses: actions/checkout@v4
- uses: gacts/install-dnscontrol@v1
Expand All @@ -30,7 +29,6 @@ jobs:
env:
TOKEN_CLOUDFLARE: ${{ secrets.TOKEN_CLOUDFLARE }}
TOKEN_DIGITALOCEAN: ${{ secrets.TOKEN_DIGITALOCEAN }}
TOKEN_TRANSIP: ${{ secrets.TOKEN_TRANSIP }}

preview:
needs: [check, check-creds]
Expand All @@ -43,7 +41,6 @@ jobs:
env:
TOKEN_CLOUDFLARE: ${{ secrets.TOKEN_CLOUDFLARE }}
TOKEN_DIGITALOCEAN: ${{ secrets.TOKEN_DIGITALOCEAN }}
TOKEN_TRANSIP: ${{ secrets.TOKEN_TRANSIP }}

push:
if: github.event_name == 'push'
Expand All @@ -61,4 +58,3 @@ jobs:
env:
TOKEN_CLOUDFLARE: ${{ secrets.TOKEN_CLOUDFLARE }}
TOKEN_DIGITALOCEAN: ${{ secrets.TOKEN_DIGITALOCEAN }}
TOKEN_TRANSIP: ${{ secrets.TOKEN_TRANSIP }}
4 changes: 0 additions & 4 deletions creds.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,5 @@
"digitalocean": {
"TYPE": "DIGITALOCEAN",
"token": "$TOKEN_DIGITALOCEAN"
},
"transip": {
"TYPE": "TRANSIP",
"AccessToken": "$TOKEN_TRANSIP"
}
}
1 change: 0 additions & 1 deletion dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
var REG_NONE = NewRegistrar("none"); // No registrar.
var DSP_CLOUDFLARE = NewDnsProvider("cloudflare");
var DSP_DIGITALOCEAN = NewDnsProvider("digitalocean");
var DSP_TRANSIP = NewDnsProvider("transip");

// Meta settings for individual records.
var CF_PROXY_OFF = {"cloudflare_proxy": "off"}; // Proxy disabled.
Expand Down

0 comments on commit a078c0c

Please sign in to comment.