Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 465 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 465 Bytes

Bacon Deploy Action

Deploy DNS records easily with Bacon.

Getting Started

jobs:
  deploy:
    name: Deploy DNS Records
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3
      - uses: jungaretti/bacon-deploy-action@main
        with:
          api-key: ${{ secrets.PORKBUN_API_KEY }}
          secret-key: ${{ secrets.PORKBUN_SECRET_KEY }}
          config: config.example.yml
          create: true
          delete: true