Skip to content

impulse-sw/deployer-action

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

9 Commits
 
 
 
 
 
 

Repository files navigation

Deployer GitHub Action

Installs deployer in Ubuntu to run your pipelines.

Usage example:

jobs:
  main:
    name: main-job
    runs-on: ubuntu-latest
    steps:
      - name: Install Deployer
        uses: impulse-sw/deployer-action@0.6
      - name: Run pipeline
        run: |
          depl run pipeline-name

About

Deployer action for GitHub Actions

Resources

License

Stars

Watchers

Forks