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 e748b7b commit f158063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ 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 > ${{ env.STACK_FILE }} | sed '/^name:*/d' > ${{ env.STACK_FILE }}
docker compose -f ${{ env.DOCKER_STACK_PATH }} config > ${{ env.STACK_FILE }}
- name: Move Stack File to Server
uses: appleboy/[email protected]
Expand Down

0 comments on commit f158063

Please sign in to comment.