Skip to content

Commit

Permalink
feat: commit code
Browse files Browse the repository at this point in the history
  • Loading branch information
plh97 committed Jul 2, 2023
1 parent bdebc89 commit 33626c0
Show file tree
Hide file tree
Showing 10 changed files with 10,266 additions and 37,448 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
uses: treosh/lighthouse-ci-action@v9
with:
urls: |
https://chat.plhh.xyz/
https://chat.plhh.xyz/login
https://plhh.link/
https://plhh.link/login
budgetPath: ./budget.json # test performance budgets
uploadArtifacts: true # save results as an action artifacts
temporaryPublicStorage: true # upload lighthouse report to the temporary
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Chatroom](http://chat.plhh.xyz/) · [![Github Action Status](https://github.com/plh2/chatroom/actions/workflows/github-CICD-actions.yml/badge.svg)](https://github.com/plh2/chatroom/actions) [![Github Action Status](https://github.com/plh2/chatroom/actions/workflows/main.yml/badge.svg)](https://github.com/plh2/chatroom/actions)
# [Chatroom](http://plhh.link/) · [![Github Action Status](https://github.com/plh2/chatroom/actions/workflows/github-CICD-actions.yml/badge.svg)](https://github.com/plh2/chatroom/actions) [![Github Action Status](https://github.com/plh2/chatroom/actions/workflows/main.yml/badge.svg)](https://github.com/plh2/chatroom/actions)

## Architecture

Expand Down
2 changes: 1 addition & 1 deletion ansible/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

- name: install dependences
command:
cmd: npm install
cmd: yarn run bootstrap
chdir: ~/chatroom

- name: build
Expand Down
4 changes: 2 additions & 2 deletions ansible/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
dest: ~/chatroom
clone: yes
update: yes
version: develop
version: feat/terraform-aws

- name: install certbot
apt:
Expand All @@ -50,7 +50,7 @@
remote_src: yes
- name: install dependences
command:
cmd: npm install
cmd: yarn run bootstrap
chdir: ~/chatroom
- name: build
command:
Expand Down
2 changes: 1 addition & 1 deletion nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ server {
gzip_vary on; # 是否传输gzip压缩标志

charset utf-8;
server_name chat.plhh.xyz;
server_name plhh.link;

listen 443 quic reuseport;
listen 443 ssl http2;
Expand Down
Loading

0 comments on commit 33626c0

Please sign in to comment.