Skip to content

Commit

Permalink
CI/CD: Do not upload the docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
tristiisch committed Mar 24, 2024
1 parent 5b37982 commit 20ceb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ jobs:
remote_docker_username: ${{ secrets.MANAGER_TO_USER }}
ssh_private_key: ${{ secrets.MANAGER_TO_SSH_PRIVATE_KEY }}
ssh_public_key: ${{ secrets.MANAGER_SSH_PUBLIC_KEY }}
copy_stack_file: true
copy_stack_file: false
deploy_path: ${{ vars.PROJECT_DIR }}
stack_file_path: ${{ vars.DOCKER_COMPOSE_FILENAME }}
stack_name: ${{ vars.DOCKER_STACK_NAME }}
Expand Down

0 comments on commit 20ceb05

Please sign in to comment.