Skip to content

Commit

Permalink
修正錯誤
Browse files Browse the repository at this point in the history
  • Loading branch information
Wcc723 committed Oct 6, 2023
1 parent ad35956 commit 11fe42b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
run: |
scp ./docker-compose.yml root@${{ secrets.HOST_NAME }}:/root/docker-compose.yml
- name: Copy docker-compose.yml to remote server
- name: run docker-compose.yml
run: |
ssh root@${{ secrets.HOST_NAME }} "docker-compose --env-file /root/.env -f /root/docker-compose.yml up -d"
1 change: 1 addition & 0 deletions views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ block content
h1= title
p Welcome to #{title}
p #{VARIABLE}
p 鐵人賽改版

0 comments on commit 11fe42b

Please sign in to comment.