release 1.0.0
Some checks failed
Gitea Action Maven build / build (push) Successful in 48s
Gitea Action Maven build / deploy (push) Failing after 31s

This commit is contained in:
Eduard Kuksa 2025-02-13 23:35:43 +07:00
parent 21720624d4
commit b5a9ab03a6
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ jobs:
run: scp -r artifact/* ${{ vars.DEPLOY_USER }}@${{ vars.DEPLOY_HOST }}:${{ vars.DEPLOY_PATH }} run: scp -r artifact/* ${{ vars.DEPLOY_USER }}@${{ vars.DEPLOY_HOST }}:${{ vars.DEPLOY_PATH }}
- name: Build and Run Docker Image with Docker Compose - name: Build and Run Docker Image with Docker Compose
run: | run: |
ssh ${{ vars.DEPLOY_USER }}@${{ vars.DEPLOY_HOST }} << EOF ssh -T ${{ vars.DEPLOY_USER }}@${{ vars.DEPLOY_HOST }} << EOF
cd ${{ vars.DEPLOY_PATH }} cd ${{ vars.DEPLOY_PATH }}
docker compose down docker compose down
docker compose up -d --build docker compose up -d --build

View File

@ -10,7 +10,7 @@
</parent> </parent>
<groupId>dev.kuksa</groupId> <groupId>dev.kuksa</groupId>
<artifactId>spring-demo</artifactId> <artifactId>spring-demo</artifactId>
<version>0.1.1-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<name>spring-demo</name> <name>spring-demo</name>
<description>spring-demo</description> <description>spring-demo</description>
<url/> <url/>