Navigation Menu

Skip to content
upload-cloud

GitHub Action

GitHub Action for deploying on Nife

2.4 Latest version

GitHub Action for deploying on Nife

upload-cloud

GitHub Action for deploying on Nife

Allows deploying and managing on Nife

Installation

Copy and paste the following snippet into your .yml file.

              

- name: GitHub Action for deploying on Nife

uses: nifetency/nife-actions@2.4

Learn more about this action in nifetency/nife-actions

Choose a version

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/)