23 lines
No EOL
395 B
YAML
23 lines
No EOL
395 B
YAML
name: MD a HTML y deploy Apache
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
paths:
|
|
- '**.md'
|
|
|
|
jobs:
|
|
deploy:
|
|
runs-on: ubuntu-latest
|
|
container:
|
|
image: ubuntu:22.04
|
|
volumes:
|
|
- /srv/devops/data/apache/htdocs:/output
|
|
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: Convertir y publicar
|
|
run: |
|
|
chmod +x convertir.sh
|
|
./convertir.sh |