Skip to content

Commit

Permalink
updated deploy.yml for deployment and made some changes to about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gigabite-pro committed Aug 9, 2024
1 parent d438334 commit f8dc703
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
SSH_IP: ${{ secrets.SSH_IP }}
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Print project root directory
run: ssh my-vps 'cd ${{ secrets.PROJECT_ROOT }} && pwd'
- name: Deploy site
run: ssh my-vps '~/redeploy-site.sh'
2 changes: 1 addition & 1 deletion app/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="about_title" data-aos="fade-down">About Me</h1>
on projects that challenge me and allow me to be creative.
</p>
<p>
I love creating cool projects and participating in
I like creating cool projects and participating in
hackathons. In my 4 year journey, I have participated in
more than 20 hackathons and have won a bunch of them. I have
also been a mentor at various hackathons and have helped
Expand Down

0 comments on commit f8dc703

Please sign in to comment.