Skip to content

Commit ac09689

Browse files
committed
Migrate to other host
1 parent 114c77b commit ac09689

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
host: ${{secrets.HOST}}
4545
username: ${{secrets.USERNAME}}
4646
password: ${{secrets.PASSWORD}}
47+
port: 22002
4748
script: |
4849
rm -rf Taskstorm > /dev/null || echo > /dev/null
4950
git clone https://github.com/Tapeline/Taskstorm.git

nginx.conf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ http {
2929
access_log /var/log/nginx/access.log main;
3030

3131
server {
32-
ssl_certificate /etc/nginx/server.crt;
33-
ssl_certificate_key /etc/nginx/server.key;
32+
#ssl_certificate /etc/nginx/server.crt;
33+
#ssl_certificate_key /etc/nginx/server.key;
3434

35-
listen 443 ssl;
35+
#listen 443 ssl;
36+
listen 80;
3637
charset utf-8;
3738

3839
server_name taskstorm.tapeline.dev;

0 commit comments

Comments
 (0)