Skip to content

Commit

Permalink
Feature (#38)
Browse files Browse the repository at this point in the history
* Created a dummy header component

* Added CSS

* Created github action

* Added on click to the function to change styles for other component

* Changed Order lets see if push works now

* Added Responsive styles

* Added Mobile Icons

* added Navigation Dropdown component

* Changed Font added Navigation Drodown

* Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding.

* Addded Menu and website page

* Implementing Dropdown in the early stages still not complete yet

* Dropdown partially completed

* Added Permissions

* Added Worflow Run Functionality

* ADDED PREMISSION FOR WRITING

* Added Permissions (#23)

* Updated Dependencies

* Added Comments

* Removed On Push run

* Updated Dropdown component and also added filters

* Updated Filter Component

* Created Github action to push image to artifcatory. Testing if authentication works

* Authentication works, checking if setup and cli works

* Authentication successfully trying to push image to artifactory now

* Updated Docker file

---------

Co-authored-by: Amith <amith@Amiths-Laptop.local>
  • Loading branch information
IMISSHER99 and Amith authored Jun 20, 2024
1 parent 4750370 commit 1d150f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gcp_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
gcloud auth configure-docker ${{ env.REGION }}-docker.pkg.dev --quiet
- name: Build image
run: docker build . --tag ${{ env.REPOSITORY }}
run: docker build . --file Dockerfile --tag ${{ env.REPOSITORY }}

working-directory: WORKING_DIRECTORY

- name: Push image
Expand Down

0 comments on commit 1d150f2

Please sign in to comment.