Skip to content

Commit

Permalink
pipeline testing
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Dec 14, 2023
1 parent 63b33b8 commit a31c460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ jobs:
ELASTIC_KEY: ${{ vars.ELASTIC_KEY }}
run: |
docker-compose -f docker-compose.yml build
docker tag myapp:latest ${{ env.IMAGE_TAG }}:latest
docker tag ogcapi:latest ${{ env.IMAGE_TAG }}
docker push ${{ env.IMAGE_TAG }}:latest
- name: Deploy to ECS Fargate
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
build:
context: .
dockerfile: Dockerfile
image: myapp:latest
image: ogcapi:latest
environment:
HOST: ${API_HOST:-http://localhost}
PORT: ${API_CONTAINER_PORT:-8081}
Expand Down

0 comments on commit a31c460

Please sign in to comment.