Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav232004 committed Feb 24, 2024
1 parent f10d670 commit abe581f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ jobs:
gcloud compute ssh ${{ secrets.GCP_INSTANCE_NAME}} --zone=${{ secrets.GCP_ZONE }} --command '
cd /etc/nginx/sites-enabled &&
ls -l &&
sudo sed -i 's/^try_files $uri $uri\/ =404;/# &/' /etc/nginx/sites-enabled/default
sudo sed -i 's^try_files $uri $uri/ =404;^# &^' /etc/nginx/sites-enabled/default
'
Expand Down

0 comments on commit abe581f

Please sign in to comment.