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.

21 lines
595 B
YAML

name: CI
on: push
jobs:
docker_demo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: apt update && apt install -y openssh-client git rsync
- name: Setup Hugo
env:
HUGO_VERSION: 0.105.0
run: |
curl -L "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz" --output hugo.tar.gz
tar -xvzf hugo.tar.gz
mv hugo /usr/local/bin
- shell: bash
env:
clave_ssh: ${{ secrets.CLAVE_SSH }}
run: |
./subir.sh