****
This commit is contained in:
parent
c97d641c3c
commit
62fd20182b
2
.gitea/workflows/deploy.yaml
Normal file → Executable file
2
.gitea/workflows/deploy.yaml
Normal file → Executable file
@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Deploy to Server
|
- name: Deploy to Server
|
||||||
run: |
|
run: |
|
||||||
ssh -o StrictHostKeyChecking=no ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }} "
|
ssh -o StrictHostKeyChecking=no ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }} "
|
||||||
cd ${{ secrets.PROJECT_PATH }} &&
|
sudo cd ${{ secrets.PROJECT_PATH }} &&
|
||||||
git pull origin master &&
|
git pull origin master &&
|
||||||
docker-compose down --remove-orphans &&
|
docker-compose down --remove-orphans &&
|
||||||
docker-compose up -d --build
|
docker-compose up -d --build
|
||||||
|
0
.gitea/workflows/test.yaml
Normal file → Executable file
0
.gitea/workflows/test.yaml
Normal file → Executable file
0
config.yaml
Normal file → Executable file
0
config.yaml
Normal file → Executable file
0
gitea-runner/config.yaml
Normal file → Executable file
0
gitea-runner/config.yaml
Normal file → Executable file
0
gitea-runner/docker-compose.yaml
Normal file → Executable file
0
gitea-runner/docker-compose.yaml
Normal file → Executable file
0
nginx-compose/nginx-compose.conf
Normal file → Executable file
0
nginx-compose/nginx-compose.conf
Normal file → Executable file
0
nginx-compose/nginx.conf.save
Normal file → Executable file
0
nginx-compose/nginx.conf.save
Normal file → Executable file
0
nginx-compose/nginx.conf.save.1
Normal file → Executable file
0
nginx-compose/nginx.conf.save.1
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user