Files
resume/.gitea/workflows/cicd.yaml
Bel LaPointe 6bdeb5c2d4
Some checks failed
cicd / cicd (push) Failing after 10s
realpath maybe
2023-10-29 16:39:40 -06:00

27 lines
572 B
YAML

name: cicd
on:
push:
branches:
- main
paths:
- 'src/**'
jobs:
cicd:
name: cicd
runs-on: dind
steps:
- name: checkout
uses: actions/checkout@v3
- name: cicd
run: |
docker run \
--rm \
-i \
-v "$(realpath "$PWD")":/mnt \
-w /mnt \
-e FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}' \
-e GITLAB_PAT='${{ secrets.GITLAB_PAT }}' \
registry-app.inhome.blapointe.com:5001/portfolio/resume/builder:latest \
bash ./build/firebase.sh