Actualizar '.github/workflows/main.yml'
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…
Reference in New Issue