Adding file input for deployment step.

This commit is contained in:
2025-01-14 11:15:57 -05:00
parent ed08715754
commit 5bc7b7524c
+1
View File
@@ -211,6 +211,7 @@ jobs:
with:
# docker_prune: true
args: up -d --remove-orphans
stack_file_name: docker-compose.yml
remote_docker_host: gitea-deploy@192.168.1.254
ssh_private_key: ${{ secrets.RINOA_GITEA_PRIVATE_SSH_KEY }}
ssh_public_key: ${{ secrets.RINOA_GITEA_PUBLIC_SSH_KEY }}