From 53eb22e248ee0dee35c748995ad4598a28a1b195 Mon Sep 17 00:00:00 2001 From: teguh nugroho Date: Sun, 16 Aug 2026 22:51:16 +0700 Subject: [PATCH] coba deploy --- .woodpeker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpeker.yml b/.woodpeker.yml index 12935a3..41a7edf 100644 --- a/.woodpeker.yml +++ b/.woodpeker.yml @@ -28,4 +28,4 @@ steps: - sshpass -e ssh -o StrictHostKeyChecking=no $SSH_USER@$SSH_HOST "rm -rf $REMOTE_PATH/server" - sshpass -e scp -o StrictHostKeyChecking=no ./server/api/server $SSH_USER@$SSH_HOST:$REMOTE_PATH - sshpass -e ssh -o StrictHostKeyChecking=no $SSH_USER@$SSH_HOST "echo $SSH_PASS | sudo -S docker restart $CONTAINER_NAME" - - echo "Application successfully deployed." + - echo "Application successfully deployed." \ No newline at end of file