Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 614 Bytes

Readme.md

File metadata and controls

30 lines (23 loc) · 614 Bytes

Github Action for Vultr

The action enables you to interact with Vultr services throught the vultr-cli.

Example usage

jobs: 
  Deploy-Infrastructure:
    runs-on: ubuntu-latest
    steps:
    - name: Login to vultr
      uses: chinkitp/action-vultr-cli@v1.3
      with:
      # Vultr API Key
        token: ${{ secrets.VULTR_API_KEY }}

    - name: Create Infrastructure        
      run: vultr-cli vpc list

Build

ncc build index.js --license licenses.txt

Credits