Actualizar '.github/workflows/main.yml'
hello-world / my-job (push) Successful in 8s Details
CI / docker_demo (push) Failing after 33s Details

main
rober 9 months ago
parent 4f39f9554e
commit 912a647223

@ -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

Loading…
Cancel
Save