delete obsolete ci job
This commit is contained in:
parent
21ab02d647
commit
dec482bfba
1 changed files with 0 additions and 23 deletions
|
|
@ -1,23 +0,0 @@
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
checkout:
|
|
||||||
runs-on: sh
|
|
||||||
name: Checkout
|
|
||||||
steps:
|
|
||||||
- name: Cache repository
|
|
||||||
uses: actions/cache@v4
|
|
||||||
id: cache-repository
|
|
||||||
with:
|
|
||||||
path: repository
|
|
||||||
key: ${{ runner.os }}-repository-${{ github.sha }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-repository-
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
path: repository
|
|
||||||
submodules: recursive
|
|
||||||
- run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }} code.hohl.cloud
|
|
||||||
- run: docker build -t code.hohl.cloud/jwa11y/a11yist:latest --target production repository/
|
|
||||||
- run: docker compose -f /services/a11yist/docker-compose.yml up -d
|
|
||||||
- run: docker push code.hohl.cloud/jwa11y/a11yist:latest
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue