From 6d2738c1e87a68d1b2ca3eeff03d44add8ad1687 Mon Sep 17 00:00:00 2001 From: rober Date: Fri, 29 Dec 2023 11:42:23 +0000 Subject: [PATCH] creado workflow --- .github/workflows/main.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..82a2d79 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,21 @@ +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