Skip to content

Commit

Permalink
chore: change cicd setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrest1 committed Feb 6, 2024
1 parent 6d1bfc3 commit 99aa22f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/boot-back:${{ github.sha }}, ${{ secrets.DOCKER_USERNAME }}/boot-back:latest
tags: ${{ secrets.DOCKER_USERNAME }}/task-manager:${{ github.sha }}, ${{ secrets.DOCKER_USERNAME }}/task-manager:latest
platforms: linux/arm64

- name: SSH into EC2 Instance and Deploy
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ services:
- "9090:9090"
environment:
- PORT=${PORT}
- JWT_SECRET_KEY=${JWT_SECRET_KEY}
- JWT_SECRET_KEY=${JWT_SECRET_KEY}
- DOCKER_ENV=true

0 comments on commit 99aa22f

Please sign in to comment.