oops no nest
cicd / cicd (push) Failing after 17s Details

main
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 FROM registry-app.inhome.blapointe.com:5001/portfolio/resume/builder:latest
WORKDIR /mnt WORKDIR /mnt
COPY ./ /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 ' | sed 's/^ *//' > $f
docker build -f $f -t resume-build:resume-build . docker build -f $f -t resume-build:resume-build .
result=$? result=$?

View File

@ -63,4 +63,3 @@ resume:
- 'Languages: Go (Golang), Bash, Python3' - 'Languages: Go (Golang), Bash, Python3'
- 'Platforms: Docker, Hashicorp, Linux/Unix, AWS, REST, Microservices, Git' - 'Platforms: Docker, Hashicorp, Linux/Unix, AWS, REST, Microservices, Git'
- 'Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB' - 'Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB'