Skip to content

nifetency/nife-actions

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions for Nife

This action allows deploying and managing applications to Nife.

Usage

name: Deploy to Nife
on: [push]
jobs:
  deploy:
    name: Deploy proxy
    runs-on: ubuntu-latest
    steps:
      # This step checks out a copy of your repository.
      - uses: actions/checkout@v2
      # This step runs `nifectl deploy`.
      - uses: nifetency/nife-actions@1.4
        env:
          API_TOKEN: ${{ secrets.NIFE_ACCESS_TOKEN }}
        with:
          args: "deploy"

See the nifectl GitHub project for more information on using nifectl.

Secrets

NIFE_ACCESS_TOKEN - Required. The token to use for authentication. You can find a token by running nifectl auth token or going to your [user settings(https://launch.nife.io/)