maybe i gotta set in btoh
cicd / cicd (push) Failing after 14s Details

main
Bel LaPointe 2023-10-29 16:51:39 -06:00
parent 8e37db681c
commit fa86ad236a
2 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,9 @@ jobs:
cicd: cicd:
name: cicd name: cicd
runs-on: dind runs-on: dind
secrets:
GITLAB_PAT: '${{ secrets.GITLAB_PAT }}'
FIREBASE_CI_TOKEN: '${{ secrets.FIREBASE_CI_TOKEN }}'
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -18,6 +21,7 @@ jobs:
f=$(mktemp) f=$(mktemp)
echo "FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}'" >> ./.env echo "FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}'" >> ./.env
echo "GITLAB_PAT='${{ secrets.GITLAB_PAT }}'" >> ./.env echo "GITLAB_PAT='${{ secrets.GITLAB_PAT }}'" >> ./.env
cat ./.env
echo ' echo '
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

View File

@ -63,3 +63,4 @@ 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'