Skip to content

Commit

Permalink
docker/pipeline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Aug 14, 2024
1 parent ddad33d commit ab663e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ jobs:
- name: Prepare Stack File
run: >
ENVIRONMENT=${{ env.PRODUCTION }} DOMAIN=${{ env.PRODUCTION_DOMAIN }} CONTAINER_IMAGE=${IMAGE_ID} STACK_NAME=${{ env.PRODUCTION_STACK_NAME }}
docker compose -f ${{ env.DOCKER_STACK_PATH }} config | sed '/^name:*/d' > ${{ env.STACK_FILE }}
docker compose -f ${{ env.DOCKER_STACK_PATH }} config > ${{ env.STACK_FILE }} | sed '/^name:*/d' > ${{ env.STACK_FILE }}
# docker compose -f ${{ env.DOCKER_STACK_PATH }} config | sed '/^name:*/d' > ${{ env.STACK_FILE }}
- name: Move Stack File to Server
Expand Down

0 comments on commit ab663e7

Please sign in to comment.