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 ab663e7 commit e748b7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ jobs:
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 > ${{ 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
uses: appleboy/[email protected]
Expand Down

0 comments on commit e748b7b

Please sign in to comment.