Skip to content

Commit

Permalink
chore: Update Docker image tag and file path in deploy-golang-develop…
Browse files Browse the repository at this point in the history
….yml
  • Loading branch information
waveyboym committed Jun 12, 2024
1 parent 3fe179d commit 9226321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-golang-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
host: ${{ secrets.VM_IP }}
username: ${{ secrets.VM_USERNAME }}
key: ${{ secrets.VM_SSH_KEY }}
source: "occupi-backend/docker-compose.dev.yml,occupi-backend/Dockerfile"
source: "occupi-backend/docker-compose.dev.yml,occupi-backend/Dockerfile.dev"
target: "/home/Y2KODELABS/occupi-backend-dev"

# SSH to VM and run commands
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-golang-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: occupi-backend
file: occupi-backend/Dockerfile.prod
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/occupi-backend:latest
Expand Down

0 comments on commit 9226321

Please sign in to comment.