Skip to content

Commit

Permalink
pipline docker-compose new verion
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Aug 17, 2024
1 parent d706ea1 commit 1040f39
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 @@ -265,7 +265,7 @@ jobs:
run: >
ENVIRONMENT=${{ env.PRODUCTION }} DOMAIN=${{ env.PROD_DOMAIN }} CONTAINER_IMAGE=${IMAGE_ID} STACK_NAME=${{ env.PROD_STACK_NAME }}
docker compose -f ${{ env.DOCKER_COMPOSE_PATH }} -f ${{ env.DOCKER_STACK_PATH }} ${{ env.OVERRIDE_STACK_FILE }}
config > | sed 's/^name:.*/version: "3.6"/' > ${{ env.STACK_FILE }}
config | sed 's/^name:.*/version: "3.6"/' > ${{ env.STACK_FILE }}
- name: Move Stack File to Server
uses: appleboy/[email protected]
Expand Down

0 comments on commit 1040f39

Please sign in to comment.