Skip to content

la4gia/docker-container-redeploy-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

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Action to Re-Deploy All Running Containers

Currently only works with self-hosted runner

Example workflow

name: Re-Deploy Containers

on:
  workflow_dispatch:

jobs:
  re-deploy:
    runs-on: self-hosted
    steps:
      - uses: la4gia/[email protected]