secrets
cicd / cicd (push) Failing after 8s
Details
cicd / cicd (push) Failing after 8s
Details
parent
ac1a48261c
commit
bfcb62f3fd
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
-it \
|
-it \
|
||||||
-v "$PWD":/mnt \
|
-v "$PWD":/mnt \
|
||||||
-w /mnt \
|
-w /mnt \
|
||||||
-e FIREBASE_CI_TOKEN="$FIREBASE_CI_TOKEN" \
|
-e FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}' \
|
||||||
-e GITLAB_PAT="$GITLAB_PAT" \
|
-e GITLAB_PAT='${{ secrets.GITLAB_PAT }}' \
|
||||||
registry-app.inhome.blapointe.com:5001/portfolio/resume/builder:latest \
|
registry-app.inhome.blapointe.com:5001/portfolio/resume/builder:latest \
|
||||||
bash ./build/firebase.sh
|
bash ./build/firebase.sh
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue