Deploy to Northflank
ActionsDeploy Docker images to Northflank by updating the deployment configuration of existing services or jobs via a GitHub
action
v1.0.0
LatestBy northflank
Verified creator
Tags
(1)Verified
The "Deploy to Northflank" GitHub action allows you to deploy Docker images to Northflank by updating the deployment configuration of existing services or jobs.
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 }}
The scripts and documentation in this project are released under the MIT License
Deploy to Northflank is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.