Skip to content

Commit

Permalink
deployment 3rd try
Browse files Browse the repository at this point in the history
  • Loading branch information
QuitoTactico committed Nov 19, 2024
1 parent 125290c commit 71bb792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sed -i 's/DB_DATABASE=laravel/DB_DATABASE=pixel-plaza-bd/' .env
sed -i 's/DB_USERNAME=root/DB_USERNAME=pixelplaza/' .env
sed -i 's/DB_PASSWORD=/DB_PASSWORD=pixelplazapass/' .env
sed -i 's/DB_HOST=127.0.0.1/DB_HOST=34.46.49.118/' .env
echo "GEMINI_API_KEY=${{secrets.GEMINI_API_KEY}}" >> .env
echo "HUGGINGFACE_API_KEY=${{secrets.HUGGINGFACE_API_KEY}}" >> .env
- name: Build the Docker image
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN cp .env.example .env
RUN sed -i 's/DB_DATABASE=laravel/DB_DATABASE=pixel-plaza-bd/' .env
RUN sed -i 's/DB_USERNAME=root/DB_USERNAME=pixelplaza/' .env
RUN sed -i 's/DB_PASSWORD=/DB_PASSWORD=pixelplazapass/' .env
RUN sed -i 's/DB_HOST=127.0.0.1/DB_HOST=34.46.49.118/' .env
RUN echo "GEMINI_API_KEY=${GEMINI_API_KEY}" >> .env
RUN echo "HUGGINGFACE_API_KEY=${HUGGINGFACE_API_KEY}" >> .env

Expand Down

0 comments on commit 71bb792

Please sign in to comment.