Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 6e92c46

Browse files
committed
Fix build
1 parent dafc1a2 commit 6e92c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "🔁 Suppression du service distant existant..."
3838
ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no $GAMMA_USER@$GAMMA_HOST <<EOF
3939
systemctl stop $SERVICE_NAME.service
40-
mv $SERVICE_PATH/$SERVICE_NAME-* $SERVICE_PATH/archives/
40+
rm -f $SERVICE_PATH/$SERVICE_NAME-*.jar
4141
EOF
4242
4343
echo "📦 Upload du nouveau build..."

0 commit comments

Comments
 (0)