From 912a64722379b2e9943afeb3913fadd5ddbf05e2 Mon Sep 17 00:00:00 2001 From: rober Date: Fri, 29 Dec 2023 11:52:47 +0000 Subject: [PATCH] Actualizar '.github/workflows/main.yml' --- .github/workflows/main.yml | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 82a2d79..49b469c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,21 +1,15 @@ name: CI - -on: - push: - branches: [main] - +on: push jobs: - docker_demo: + 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 + - 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