fix: fix syntax
This commit is contained in:
12
action.yml
12
action.yml
@@ -2,11 +2,7 @@ name: Deploy Docker Compose via SSH
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
inputs:
|
||||
inputs:
|
||||
docker_compose_path:
|
||||
description: 'Path to deploy docker-compose.yml (e.g. /home/user/app/docker-compose.yml)'
|
||||
required: false
|
||||
@@ -23,12 +19,6 @@ inputs:
|
||||
description: 'the path where the docker-compose file will be copied to'
|
||||
required: true
|
||||
default: '/home/linly/services/gitea'
|
||||
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
# These are provided via GitHub Secrets
|
||||
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user