Actualizar '.github/workflows/main.yml'
parent
4f39f9554e
commit
912a647223
@ -1,21 +1,15 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
on: push
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker_demo:
|
docker_demo:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ubuntu:latest
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: apt update && apt install -y openssh-client git hugo
|
- run: apt update && apt install -y openssh-client git hugo
|
||||||
- name: Setup key
|
- name: Setup key
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
ssh-private-key: |
|
ssh-private-key: |
|
||||||
${{ secrets.CLAVE_SSH }}
|
${{ secrets.CLAVE_SSH }}
|
||||||
- run: |
|
- run: |
|
||||||
./subir.sh
|
./subir.sh
|
||||||
|
Loading…
Reference in New Issue