Skip to content
upload-cloud

GitHub Action

Deploy to Northflank

v1.0.0 Latest version

Deploy to Northflank

upload-cloud

Deploy to Northflank

Deploy Docker images to Northflank by updating the deployment configuration of existing services or jobs via a GitHub action

Installation

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

              

- name: Deploy to Northflank

uses: northflank/deploy-to-northflank@v1.0.0

Learn more about this action in northflank/deploy-to-northflank

Choose a version

Deploy to Northflank

GitHub release GitHub release


GitHub issues GitHub pull requests GitHub issues



About

The "Deploy to Northflank" GitHub action allows you to deploy Docker images to Northflank by updating the deployment configuration of existing services or jobs.

Usage

See action.yml

steps:
    - name: Deploy to Northflank
      uses: northflank/deploy-to-northflank@v1
      with:
        northflank-api-key: ${{ secrets.NORTHFLANK_API_KEY }}
        project-id: ${{ env.PROJECT_ID }}
        service-id: ${{ env.SERVICE_ID }}
        image-path: ${{ steps.meta.outputs.tags }}
        credentials-id: ${{ env.CREDENTIALS_ID }}

License

The scripts and documentation in this project are released under the MIT License