Skip to content

Commit

Permalink
aenri fucks up one line of nginx conf?
Browse files Browse the repository at this point in the history
  • Loading branch information
aenriii committed Dec 31, 2023
1 parent 8b98869 commit 9626167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
# SSH_PORT 22
# SSH_PATH ~aenri/stack/aenri.loveh.art
# SSH_PRIVATE_KEY
# DEPLOY_COMMAND sudo bash -c "docker compose down -v --remove-orphans && docker compose up -d --build --wait && ../update"
# DEPLOY_COMMAND sudo bash -c "docker compose down -v --remove-orphans && docker compose up -d --build --wait && cd .. && ./update"
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ server {
listen 80;
server_name aenri.loveh.art;
location / {
proxy_pass http://aenri-site
proxy_pass http://aenri-site;
}
}

0 comments on commit 9626167

Please sign in to comment.