Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH Run Action

GitHub Actions 用の SSH コマンド実行アクション。

使い方

- uses: fltuna/ssh-action@v1
  with:
    host: ${{ secrets.SSH_HOST }}
    user: deploy
    key: ${{ secrets.SSH_PRIVATE_KEY }}
    script: |
      cd /app
      docker compose pull
      docker compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages