CI: Use custom image
Build / build (push) Failing after 11s Details

This commit is contained in:
Emil Miler 2024-03-29 22:59:20 +01:00
parent 234e9e1661
commit c8d10a6e57
1 changed files with 4 additions and 20 deletions

View File

@ -6,8 +6,6 @@ on:
- master
env:
ZOLA_VERSION: "0.18.0"
CHORDPRO_VERSION: "6.050"
HOST: ${{ secrets.SSH_HOSTNAME }}
HOST_DIR: ${{ secrets.SSH_TARGET_DIR }}
SSH_USERNAME: ${{ secrets.SSH_USERNAME }}
@ -16,35 +14,21 @@ env:
jobs:
build:
runs-on: ubuntu-latest
container:
image: git.0x45.cz/em/mixtape
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Dependencies
run: |
apt update -y
apt-get install -y --no-install-recommends \
cpanminus ghostscript make rsync \
libpdf-api2-perl libimage-info-perl
- name: Install Chordpro
run: cpanm install chordpro@${CHORDPRO_VERSION}
- name: Install Zola
run: |
wget https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz
tar -xvzf *.tar.gz
uses: actions/checkout@v2
- name: Build Chordpro
run: make
- name: Build Zola
run: ./zola build
run: zola build
- name: Deploy
run: |
apt-get install -y --no-install-recommends rsync
eval "$(ssh-agent -s)"
ssh-add - <<< "${SSH_PRIVATE_KEY}"
mkdir -p ~/.ssh/