Skip to content

Commit

Permalink
changes in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
farooqpk committed Sep 18, 2024
1 parent 80491da commit daafc69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
- name: Checkout backend repo
uses: actions/checkout@v2

# Set up Docker
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

# Log in to Docker Hub
- name: Log in to Docker Hub
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ server {
ssl_certificate_key /etc/letsencrypt/live/talker.fun/privkey.pem;

location / {
root /usr/share/nginx/html/frontend; # Updated path
root /usr/share/nginx/html/frontend;
try_files $uri $uri/ /index.html;
}

Expand Down

0 comments on commit daafc69

Please sign in to comment.