8000 GitHub - bibixx/vps-docker-deploy
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bibixx/vps-docker-deploy

Repository files navigation

Example Setup

name: Deploy to VPS
on:
  push:
    branches:
      - main

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: bibixx/vps-docker-deploy@main
        with:
          HOST_PATH: ${{ secrets.DEPLOY_HOST_PATH }}
          TARGET_PATH: ${{ secrets.DEPLOY_TARGET_PATH }}
          HOST: ${{ secrets.DEPLOY_HOST }}
          USER: ${{ secrets.DEPLOY_USER }}
          KEY: ${{ secrets.DEPLOY_KEY }}

Development

  1. Install act
  2. Run example
act -j deploy -W ./.github/workflows/main.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0