From 8e37db681c9e547864b7da77ccf71b805414c659 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sun, 29 Oct 2023 16:49:51 -0600 Subject: [PATCH] oops no nest --- .gitea/workflows/cicd.yaml | 2 +- src/homebrew/homebrew.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 4952e88..ce9d2e2 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -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=$? diff --git a/src/homebrew/homebrew.yaml b/src/homebrew/homebrew.yaml index d306b1f..c5cf9cd 100644 --- a/src/homebrew/homebrew.yaml +++ b/src/homebrew/homebrew.yaml @@ -63,4 +63,3 @@ resume: - 'Languages: Go (Golang), Bash, Python3' - 'Platforms: Docker, Hashicorp, Linux/Unix, AWS, REST, Microservices, Git' - 'Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB' -