Skip to content

Commit

Permalink
Feature (#37)
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

---------

Co-authored-by: Amith <amith@Amiths-Laptop.local>
  • Loading branch information
IMISSHER99 and Amith authored Jun 19, 2024
1 parent 1b9454c commit 4750370
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/gcp_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@ jobs:

- name: 'Use gcloud CLI'
run: 'gcloud info'


# Authentication with docker
- name: Docker Auth
run: |-
gcloud auth configure-docker ${{ env.REGION }}-docker.pkg.dev --quiet
- name: Build image
run: docker build . --tag ${{ env.REPOSITORY }}
working-directory: WORKING_DIRECTORY

- name: Push image
run: docker push ${{ env.REPOSITORY }}




Expand Down

0 comments on commit 4750370

Please sign in to comment.