Skip to content

Commit

Permalink
Merge pull request #5 from lyes-s/develop
Browse files Browse the repository at this point in the history
Lyes Sefiane | Professional Profile Update
  • Loading branch information
lyes-sefiane authored Mar 5, 2024
2 parents dbc655d + 9443080 commit cc99110
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@

## Table Of Contents

* [Build and Publish Docker Image to DockerHub with GitHub Actions](#build-and-publish-docker-image-with-to-dockerhub-github-actions)
* [Build and Publish Docker Image to DockerHub with GitHub Actions](#build-and-publish-docker-image-to-dockerhub-with-github-actions)
* [GitHub Actions: Docker Job Description](#github-action-docker-job-description)
* [Results](#results)

* [GitHub Integration with Dockerhub](#github-integration-with-dockerhub)

* [Deploy Static Website to Firebase Hosting with GitHub Actions](#deploy-static-website-to-firebase-hosting-with-github-actions)
* [GitHub Actions Generated by the Firebase CLI](#github-actions-generated-by-the-firebase-cli)
* [GitHub Actions: Firebase Deploy Job Description](#github-actions-generated-by-the-firebase-cli)

* [GitHub Integration with Firebase](#github-integration-with-firebase)

* [Localhost : Deploy with NGINX and Docker](#localhost-deploy-with-nginx-and-docker)
* [Build Docker Image](#build-docker-image)
Expand Down Expand Up @@ -51,8 +54,7 @@
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:${{ secrets.IMAGE_TAG }}
```

### Results
## GitHub Integration with Dockerhub

<p align="center">
<img src="https://raw.githubusercontent.com/lyes-s/lyes-sefiane/main/images/docker-image-build.PNG">
Expand All @@ -62,7 +64,6 @@
<img src="https://raw.githubusercontent.com/lyes-s/lyes-sefiane/main/images/docker-image-publish-to-dockerhub.PNG">
</p>


## Deploy Static Website to Firebase Hosting with GitHub Actions

### GitHub Actions Generated by the Firebase CLI
Expand Down Expand Up @@ -172,6 +173,16 @@ Lyes Sefiane@DESKTOP-EJF2R0S MINGW64 ~/Documents/eclipse-workspace/lyes-sefiane
projectId: '${{ secrets.FIREBASE_PROJECT_ID_LYES_SEFIANE }}'
```
## GitHub Integration with Firebase
<p align="center">
<img src="https://raw.githubusercontent.com/lyes-s/lyes-sefiane/main/images/github-deploy.PNG">
</p>
<p align="center">
<img src="https://raw.githubusercontent.com/lyes-s/lyes-sefiane/main/images/firebase.PNG">
</p>
## Localhost Deploy with NGINX and Docker
### Build Docker Image
Expand Down
Binary file added images/firebase-deploy.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/firebase.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc99110

Please sign in to comment.