****
Some checks failed
Test Workflow / test (push) Successful in 2s
Deploy to Server / deploy (push) Failing after 6s

This commit is contained in:
Алексей Скакодуб 2025-04-21 17:48:46 -04:00
parent c97d641c3c
commit 62fd20182b
9 changed files with 1 additions and 1 deletions

2
.gitea/workflows/deploy.yaml Normal file → Executable file
View File

@ -23,7 +23,7 @@ jobs:
- name: Deploy to Server
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }} "
cd ${{ secrets.PROJECT_PATH }} &&
sudo cd ${{ secrets.PROJECT_PATH }} &&
git pull origin master &&
docker-compose down --remove-orphans &&
docker-compose up -d --build

0
.gitea/workflows/test.yaml Normal file → Executable file
View File

0
config.yaml Normal file → Executable file
View File

0
gitea-runner/config.yaml Normal file → Executable file
View File

0
gitea-runner/docker-compose.yaml Normal file → Executable file
View File

0
nginx-compose/nginx-compose.conf Normal file → Executable file
View File

0
nginx-compose/nginx.conf.save Normal file → Executable file
View File

0
nginx-compose/nginx.conf.save.1 Normal file → Executable file
View File

0
test.txt Normal file → Executable file
View File