pipeline update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-01-26 22:01:39 +01:00
parent f8b0502d41
commit 2e0376bd61

View File

@@ -99,7 +99,6 @@ ci-upload:
echo "Files to upload:"; \
ls -lh $(PROJECT)-$$VERSION.* $(PROJECT).tic $(PROJECT).html.zip 2>/dev/null || true; \
sshpass -p "$(DROPAREA_SSH_PASSWORD)" scp -o StrictHostKeyChecking=no -P $(DROPAREA_PORT) $(PROJECT)-$$VERSION.tic $(PROJECT)-$$VERSION.html.zip $(DROPAREA_USER)@$(DROPAREA_HOST):$(DROPAREA_TARGET_PATH)/; \
sshpass -p "$(DROPAREA_SSH_PASSWORD)" scp -o StrictHostKeyChecking=no -P $(DROPAREA_PORT) $(OUTPUT) $(PROJECT).tic $(PROJECT).html.zip $(DROPAREA_USER)@$(DROPAREA_HOST):$(DROPAREA_TARGET_PATH)/;
ci-update:
@VERSION=$$(cat $(VERSION_FILE)); \
@@ -107,3 +106,4 @@ ci-update:
curl "$(UPDATE_SERVER)/update?secret=$(UPDATE_SECRET)&name=$(PROJECT)&platform=tic80&version=$$VERSION"
.PHONY: all build export watch import_assets export_assets clean ci-version ci-export ci-upload ci-update