oops no nest
Some checks failed
cicd / cicd (push) Failing after 17s

This commit is contained in:
Bel LaPointe
2023-10-29 16:49:51 -06:00
parent 7d0489efc1
commit 8e37db681c
2 changed files with 1 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
FROM registry-app.inhome.blapointe.com:5001/portfolio/resume/builder:latest
WORKDIR /mnt
COPY ./ /mnt/
RUN bash -c "true; source ./.env; bash ./deploy/firebase.sh"
RUN bash -c "true; source ./.env; bash ./deploy.firebase.sh"
' | sed 's/^ *//' > $f
docker build -f $f -t resume-build:resume-build .
result=$?