Skip to content

Commit

Permalink
docke volume changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Aug 21, 2024
1 parent 4f795c7 commit 864437b
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 @@ -266,7 +266,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/published:.*/published: 35432/g" | sed 's/^name:.*/version: "3.6"/' > ${{ env.STACK_FILE }}
config | sed "s/published:.*/published: 35432/g" > ${{ env.STACK_FILE }}
- name: Move Stack File to Server
uses: appleboy/[email protected]
Expand Down

0 comments on commit 864437b

Please sign in to comment.