You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
456 B
YAML

9 months ago
name: CI
on:
push:
branches: [main]
jobs:
docker_demo:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
steps:
- uses: actions/checkout@v3
- run: apt update && apt install -y openssh-client git hugo
- name: Setup key
uses: ./
with:
ssh-private-key: |
${{ secrets.CLAVE_SSH }}
- run: |
./subir.sh