From f72e3b94c4138515695578ba58f360009cfb72bd Mon Sep 17 00:00:00 2001 From: G Date: Wed, 14 Aug 2024 15:34:51 +0330 Subject: [PATCH] docker/pipeline changes --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 56785329a..2e90476ba 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -234,4 +234,4 @@ jobs: username: ${{ secrets.PROD_SERVER_USER }} key: ${{ secrets.PROD_SSH_PRIVATE_KEY }} port: ${{ secrets.PROD_SERVER_PORT }} - # script: docker stack deploy --prune --resolve-image=always --with-registry-auth -c /tmp/${{ env.STACK_FILE }} ${{ env.PRODUCTION_STACK_NAME }} \ No newline at end of file + script: docker stack deploy --prune --resolve-image=always --with-registry-auth -c /tmp/${{ env.STACK_FILE }} ${{ env.PRODUCTION_STACK_NAME }} \ No newline at end of file