shuffle
cicd / cicd (push) Successful in 1m4s Details

main
Bel LaPointe 2023-10-29 16:53:20 -06:00
parent 8afa0a8be4
commit c19a6741c1
1 changed files with 1 additions and 2 deletions

View File

@ -15,10 +15,9 @@ jobs:
uses: actions/checkout@v3
- name: cicd
run: |
f=$(mktemp)
echo "export FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}'" >> ./.env
echo "export GITLAB_PAT='${{ secrets.GITLAB_PAT }}'" >> ./.env
cat ./.env
f=$(mktemp)
echo '
FROM registry-app.inhome.blapointe.com:5001/portfolio/resume/builder:latest
WORKDIR /mnt