Skip to content

Commit

Permalink
New image name
Browse files Browse the repository at this point in the history
  • Loading branch information
ninori9 committed Jan 5, 2025
1 parent a8e4f55 commit e3470f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
platforms: linux/amd64, linux/arm64
file: ./Dockerfile
context: .
tags: ghcr.io/ls1intum/angelos-server:latest
tags: ghcr.io/ls1intum/angelos-server:new-latest
push: true
no-cache: true

Expand All @@ -59,7 +59,6 @@ jobs:
proxy_port: ${{ vars.DEPLOYMENT_GATEWAY_PORT }}
source: "./docker-compose.yml"
target: "/home/${{ vars.VM_USERNAME }}/${{ github.repository }}"
debug: true

# Create .env file on VM
- name: Create .env on VM
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ COPY --from=build /app/target/angelos-kb-backend-0.0.1-SNAPSHOT.jar /app/app.jar
EXPOSE 9007

# Default entrypoint
ENTRYPOINT ["java", "-jar", "/app/app.jar", "--spring.config.location=classpath:/"]
ENTRYPOINT ["java", "-jar", "/app/app.jar"]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- angelos-network

angelos-server:
image: ghcr.io/ls1intum/angelos-server:latest
image: ghcr.io/ls1intum/angelos-server:new-latest
container_name: angelos-server
depends_on:
- db
Expand Down

0 comments on commit e3470f6

Please sign in to comment.